Files
hello-slack-bot/package.json
2017-11-21 00:06:47 +07:00

19 lines
386 B
JSON

{
"name": "hello_slackbot",
"version": "0.0.1",
"description": "hello slackbot",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dannc",
"license": "MIT",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"requestify": "^0.2.5",
"socket.io": "^1.7.3",
"dotenv": "^4.0.0"
}
}