-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 896 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
{
"name": "lottie-lower-thirds",
"version": "0.0.0",
"description": "Browser based lower third animation using nodecg & lottie",
"homepage": "",
"author": {
"name": "Kushan Shamika",
"email": "shamikakushan@gmail.com",
"url": "http://kushan.info/"
},
"files": [
"dashboard",
"graphics",
"extension.js",
"extension"
],
"keywords": [
"",
"nodecg-bundle"
],
"nodecg": {
"compatibleRange": "^1.1.1",
"dashboardPanels": [
{
"name": "lower-third-controller",
"title": "Lower Third Controller",
"width": 2,
"file": "lower-third-controller.html",
"headerColor": "#525F78"
}
],
"graphics": [
{
"file": "index.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"license": "Apache-2.0"
}