mirror of
https://github.com/Dannecron/hello-slack-bot.git
synced 2025-12-26 00:22:35 +03:00
16 lines
306 B
JSON
16 lines
306 B
JSON
{
|
|
"name": "zmr_slackbot",
|
|
"version": "0.0.1",
|
|
"description": "zaymer slackbot",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "dannc",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.16.1",
|
|
"express": "^4.14.1"
|
|
}
|
|
}
|