Files
hello-slack-bot/package.json
2017-02-23 07:52:30 +00:00

17 lines
333 B
JSON

{
"name": "zmr_slackbot",
"version": "0.0.1",
"description": "zaymer slackbot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dannc",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"socket.io": "^1.7.3"
}
}