forked from apache/openwhisk-package-alarms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 736 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "@openwhisk/alarms-trigger",
"version": "2.3.0",
"description": "A service to trigger OpenWhisk triggers based on cron notation",
"main": "app.js",
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"repository": "github:apache/openwhisk-package-alarms",
"dependencies": {
"body-parser": "^1.15.0",
"cron": "1.8.2",
"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"
}
}