-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.39 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "lfg-omega13",
"version": "0.2.1",
"description": "A big red button that sends a very aggressive phone and/or Slack notification.",
"repository": {
"type": "git",
"url": "git+https://[email protected]/SupportClass/lfg-omega13.git"
},
"scripts": {
"test": "npm run static",
"static": "eslint dashboard/**/*.js dashboard/**/*.html extension.js"
},
"keywords": [
"nodecg",
"alert",
"notification",
"emergency",
"urgent",
"push",
"maintenance",
"on-call",
"support"
],
"author": "Alex Van Camp <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SupportClass/lfg-omega13/issues"
},
"homepage": "https://github.com/SupportClass/lfg-omega13#readme",
"nodecg": {
"compatibleRange": "~0.7.0",
"dashboardPanels": [
{
"name": "confirm-help",
"title": "Confirm Help Request",
"width": 3,
"file": "confirm_help.html",
"dialog": true,
"dialogButtons": [
{
"name": "Yes, I need help",
"type": "confirm"
},
{
"name": "No, I'm okay",
"type": "dismiss"
}
]
}
]
},
"devDependencies": {
"babel-eslint": "^6.0.2",
"eslint": "^2.6.0",
"eslint-config-xo": "^0.12.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-html": "^1.4.0"
}
}