-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 967 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
{
"name": "nodecg-twitter",
"version": "0.0.0",
"description": "A NodeCG bundle to display Tweets",
"dependencies": {
"numeral": "^1.5.3",
"q": "^1.4.1",
"request": "^2.61.0",
"twemoji": "^2.0.5",
"twitter": "^1.2.5"
},
"homepage": "http://auzom.tv/",
"author": {
"name": "Kevin van der Staaij",
"email": "[email protected]"
},
"files": [
"dashboard",
"graphics",
"extension"
],
"keywords": [
"nodecg",
"nodecg-bundle",
"twitter"
],
"nodecg": {
"compatibleRange": "~0.8.0",
"dashboardPanels": [
{
"name": "nodecg-twitter",
"title": "Twitter",
"width": 4,
"file": "nodecg-twitter.html",
"headerColor": "#55acee"
}
],
"graphics": [
{
"file": "index.html",
"width": 1920,
"height": 1080
}
]
},
"repository": "https://github.com/nodecg/nodecg.git",
"license": "MIT"
}