beerchat_proxy/package.json

21 lines
478 B
JSON
Raw Normal View History

2019-08-08 10:22:21 +02:00
{
"name": "beerchat_proxy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
2019-08-08 10:22:21 +02:00
}
}