blob: 732ae3ce31ba3a093d6485dcd400b355f171734f [file] [log] [blame]
{
"name": "alarms-trigger",
"version": "1.0.0",
"description": "A service to trigger openwhisk triggers based on cron notation",
"main": "app.js",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.0",
"cron": "1.7.0",
"express": "^4.13.4",
"lodash": "^4.5.0",
"nano": "6.4.4",
"request": "^2.69.0",
"winston": "^2.1.1",
"moment": "^2.12.0",
"json-stringify-safe": "^5.0.1",
"http-status-codes": "^1.0.5",
"request-promise": "^1.0.2",
"redis": "^2.7.1",
"bluebird": "^3.5.0",
"systeminformation": "^3.19.0",
"long-timeout": "^0.1.1"
}
}