This commit is contained in:
Daniel Necromant
2017-02-23 06:14:51 +00:00
commit 435414316d
3 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
npm_modules

0
app.js Normal file
View File

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "zmr_slackbot",
"version": "0.0.1",
"description": "zaymer slackbot",
"main": "bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "dannc",
"license": "ISC",
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1"
}
}