slack-command-router/package.json

26 lines
639 B
JSON
Raw Normal View History

2014-08-09 01:13:24 +00:00
{
"name": "slack-command-router",
"version": "0.0.1",
2014-08-09 01:13:24 +00:00
"description": "A slack slash command handler routing framework",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"slack",
"slash",
"command",
"webhooks"
],
"author": "Kegan Myers <kegan@keganmyers.com>",
"license": "BSD-2-Clause",
2014-08-09 01:39:12 +00:00
"repository": {
"type" : "git",
"url" : "https://github.com/terribly-lazy/slack-command-router.git"
},
2014-08-09 01:13:24 +00:00
"dependencies": {
"formidable": "~1.0.15",
"lodash": "~2.4.1"
}
}