-
- Downloads
"git@git.ethitter.com:wp-plugins/eth-escape-headspace.git" did not exist on "e322a8a8573ff69228efed0670b78c4a3e0f2177"
slack bot for weather conditions
parents
Branches
Tags
.gitignore
0 → 100644
Procfile
0 → 100644
README.md
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | |||
"name": "slack-weather", | |||
"version": "1.0.0", | |||
"description": "_A Slackbot that gets weather conditions", | |||
"main": "index.js", | |||
"dependencies": { | |||
"body-parser": "^1.14.2", | |||
"ejs": "2.3.3", | |||
"express": "4.13.3", | |||
"request": "^2.67.0" | |||
}, | |||
"devDependencies": {}, | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/ryadav88/slack-weather.git" | |||
}, | |||
"author": "", | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/ryadav88/slack-weather/issues" | |||
}, | |||
"homepage": "https://github.com/ryadav88/slack-weather#readme" | |||
} |
Please register or sign in to comment