slapp
Version:
A module for Slack App integrations
51 lines (50 loc) • 1.25 kB
JSON
{
"name": "slapp",
"version": "3.3.0",
"description": "A module for Slack App integrations",
"main": "src/index.js",
"scripts": {
"test": "npm run lint && npm run coverage",
"lint": "standard",
"unit": "ava --verbose --serial",
"coverage": "nyc --check-coverage --statements 100 ava --verbose --serial",
"lcov": "nyc --reporter lcov ava --serial",
"docs": "node scripts/docs.js",
"coveralls": "npm run lcov && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/missionsai/slapp.git"
},
"keywords": [
"slack",
"bot",
"missions"
],
"author": "Mike Brevoort",
"license": "MIT",
"bugs": {
"url": "https://github.com/missionsai/slapp/issues"
},
"homepage": "https://github.com/missionsai/slapp#readme",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"deap": "^1.0.0",
"js-queue": "^1.0.0",
"path-to-regexp": "^2.0.0",
"request": "^2.73.0",
"slack": "^11.0.0"
},
"devDependencies": {
"ava": "^0.15.2",
"coveralls": "3.0.1",
"dox": "^0.8.1",
"nyc": "^7.0.0",
"sinon": "^1.17.4",
"standard": "^7.1.2"
}
}