-
- Downloads
slack bot for weather conditions
parents
Branches
No related tags found
.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