2014-08-09 06:21:11 +00:00
|
|
|
{
|
|
|
|
"name": "slack-command-server",
|
2014-08-09 06:40:38 +00:00
|
|
|
"version": "0.0.1",
|
2014-08-09 06:21:11 +00:00
|
|
|
"description": "A slack slash command hander framework",
|
|
|
|
"main": "app.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/terribly-lazy/slack-command-server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"slack",
|
|
|
|
"slash",
|
|
|
|
"command",
|
|
|
|
"webhooks"
|
|
|
|
],
|
|
|
|
"author": "Kegan Myers <kegan@keganmyers.com>",
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
"dependencies": {
|
|
|
|
"connect": "~3.1.0",
|
2014-08-09 06:40:38 +00:00
|
|
|
"lodash": "^2.4.1",
|
2014-08-09 06:21:11 +00:00
|
|
|
"npm": "^1.4.23",
|
|
|
|
"require-directory": "~2.0.0",
|
|
|
|
"slack-command-router": "0.0.0"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/terribly-lazy/slack-command-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/terribly-lazy/slack-command-server"
|
|
|
|
}
|