24 lines
497 B
JSON
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"
|
|
}
|
|
}
|