slack-helperbot
Version:
A slackbot framework for easily building microbots and commands
32 lines (31 loc) • 772 B
JSON
{
"name": "slack-helperbot",
"version": "0.0.9",
"description": "A slackbot framework for easily building microbots and commands",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stolksdorf/slack-helperbot.git"
},
"keywords": [
"slack",
"slackbot"
],
"author": "stolksdorf",
"license": "ISC",
"bugs": {
"url": "https://github.com/stolksdorf/slack-helperbot/issues"
},
"homepage": "https://github.com/stolksdorf/slack-helperbot#readme",
"dependencies": {
"async": "^2.0.0-rc.2",
"domain": "0.0.1",
"lodash": "^4.6.1",
"redis": "^2.5.3",
"slackbots": "^0.5.1",
"superagent": "^1.8.2"
}
}