triggers-service
Version:
Service to list and activate Octoblu triggers within running flows
51 lines (50 loc) • 1.17 kB
JSON
{
"name": "triggers-service",
"version": "2.6.8",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha",
"coverage": "nyc npm test",
"mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
"test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.5.3",
"mocha-multi": "^0.9.1",
"mocha-osx-reporter": "^0.1.2",
"nyc": "^8.3.0",
"request": "^2.73.0",
"shmock": "^0.8.1",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"coffee-script": "^1.9.1",
"debug": "^2.2.0",
"express-meshblu-auth": "^7.0.0",
"express-octoblu": "^1.1.1",
"lodash": "^4.13.1",
"meshblu-config": "^5.1.2",
"meshblu-http": "^7.0.0",
"multer": "^1.1.0",
"randomstring": "^1.1.3",
"server-destroy": "^1.0.1",
"sigterm-handler": "^1.0.2",
"type-is": "^1.6.11"
},
"nyc": {
"cache": true,
"reporter": [
"text-summary",
"lcov",
"json"
],
"extension": [
".coffee"
]
}
}