{ "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" } }