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

16 lines
306 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"
}
}