Skip to content
Snippets Groups Projects
Verified Commit ee061ab1 authored by Erick Hitter's avatar Erick Hitter
Browse files

Support `npm start`

parent 6eed235e
Branches
No related tags found
No related merge requests found
node_modules
auth.md
config.json
{
"apikey": "",
"port": 9001
}
{
"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"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment