{ "name": "weather-on-the-slack", "version": "1.0.0", "description": "A Slackbot that gets weather conditions and forecast", "main": "index.js", "dependencies": { "body-parser": "^1.14.2", "ejs": "2.3.3", "express": "4.13.3", "request": "^2.67.0" }, "devDependencies": {}, "scripts": { "start": "node index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://git.ethitter.com/open-source/weather-on-the-slash.git" }, "author": "", "license": "MIT", "homepage": "https://git.ethitter.com/open-source/weather-on-the-slash/#readme" }