-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 959 Bytes
/
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
{
"name": "simple-alerts",
"version": "0.0.0",
"files": [
"dashboard",
"graphics",
"extension.js",
"api.js",
"extension"
],
"dependencies": {
"animate.css": "^4.0.0"
},
"nodecg": {
"compatibleRange": "^1.1.1",
"dashboardPanels": [
{
"name": "panel",
"title": "simple-alerts",
"width": 5,
"file": "panel.html",
"headerColor": "#525F78"
}
],
"graphics": [
{
"file": "index.html",
"width": 1920,
"height": 1080
}
],
"assetCategories": [
{
"name": "media-graphics",
"title": "Graphics",
"allowedTypes": [
"jpg",
"jpeg",
"gif",
"png",
"webm"
]
},
{
"name": "media-sounds",
"title": "Sounds",
"allowedTypes": [
"mp3",
"wav",
"ogg"
]
}
]
}
}