-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.02 KB
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "statuspage-controller",
"version": "2.0.2",
"description": "Automates actions on a Statuspage.io page based on New Relic Alerts.",
"keywords": [
"Node.js",
"application",
"statuspage",
"statuspage.io",
"new relic",
"newrelic",
"sre",
"site reliability",
"status",
"monitoring"
],
"author": {
"name": "Jared Sprague",
"email": "jared@jaredsprague.com",
"url": "http://jaredsprague.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/redhataccess/statuspage-controller"
},
"dependencies": {
"axios": "^0.21.1",
"console-stamp": "^0.2.7",
"hapi": "^18.1.0",
"http-auth": "^3.2.3",
"joi": "^14.3.1",
"lodash": "^4.17.15"
},
"devDependencies": {
"vulcanize": "^1.15.4"
},
"bundleDependencies": [],
"private": false,
"main": "src/StatuspageController.js",
"scripts": {
"start": "node src/StatuspageController.js",
"example": "node $NODE_DEBUG_OPTION example/example.js"
}
}