slack-command-router/package.json
2014-08-08 20:13:24 -05:00

22 lines
512 B
JSON

{
"name": "slack-command-router",
"version": "0.0.0",
"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",
"dependencies": {
"formidable": "~1.0.15",
"lodash": "~2.4.1"
}
}