-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 891 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
{
"name": "pg-overlays",
"version": "0.0.0",
"description": "Graphics for the Proving Grounds livestream",
"homepage": "iplabs.ink",
"author": {
"name": ".jpg",
"email": "[email protected]",
"url": "iplabs.ink"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"",
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.1.1 || ^2.0.0",
"graphics": [
{
"file": "main.html",
"width": 1920,
"height": 1080
},
{
"file": "break.html",
"width": 1920,
"height": 1080
},
{
"file": "background.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"private": true,
"dependencies": {
"fitted-text": "^2.0.5",
"gsap": "^3.11.3"
}
}