beerchat_proxy/package.json
NatureFreshMilk 9461be4dd5 jshint
2019-12-02 08:56:42 +01:00

24 lines
497 B
JSON

{
"name": "beerchat_proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jshint src"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/pandorabox-io/beerchat_proxy/issues"
},
"homepage": "https://github.com/pandorabox-io/beerchat_proxy#readme",
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.1",
"irc-framework": "^4.4.0"
},
"devDependencies": {
"jshint": "^2.10.3"
}
}