slack-integrator
Version:
Express-based starter kit for creating Slack integrations
32 lines (31 loc) • 700 B
JSON
{
"name": "slack-integrator",
"version": "0.1.0",
"description": "Express-based starter kit for creating Slack integrations",
"homepage": "http://github.com/mdb/node-slack-integrator",
"main": "integrator.js",
"repository": {
"type": "git",
"url": "http://github.com/mdb/node-slack-integrator.git"
},
"scripts": {
"test": "node_modules/.bin/mocha"
},
"keywords": [
"slack",
"slackbot",
"slack integration"
],
"author": "Mike Ball",
"license": "MIT",
"dependencies": {
"body-parser": "1.14.2",
"express": "4.13.4",
"request": "2.69.0"
},
"devDependencies": {
"mocha": "2.4.4",
"supertest": "1.1.0",
"nock": "7.0.2"
}
}