-
- Downloads
Support `npm start`
config-sample.json
0 → 100644
{ | ||
"name": "slack-weather", | ||
"name": "weather-on-the-slack", | ||
"version": "1.0.0", | ||
"description": "_A Slackbot that gets weather conditions", | ||
"description": "A Slackbot that gets weather conditions and forecast", | ||
"main": "index.js", | ||
"dependencies": { | ||
"body-parser": "^1.14.2", | ||
... | ... | @@ -11,16 +11,14 @@ |
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"start": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ryadav88/slack-weather.git" | ||
"url": "git+https://git.ethitter.com/open-source/weather-on-the-slash.git" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ryadav88/slack-weather/issues" | ||
}, | ||
"homepage": "https://github.com/ryadav88/slack-weather#readme" | ||
"homepage": "https://git.ethitter.com/open-source/weather-on-the-slash/#readme" | ||
} |
Please register or sign in to comment