-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 957 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
{
"name": "nodecg-switcher",
"version": "0.0.6",
"description": "A scene / camera switcher for NodeCG that works with OBS & vMix!",
"repository": {
"type": "git",
"url": "https://github.com/Tam/nodecg-switcher"
},
"author": "Tam <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tam/nodecg-switcher/issues"
},
"homepage": "https://github.com/Tam/nodecg-switcher#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-less": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
"less-plugin-autoprefix": "^1.5.1",
"less-plugin-clean-css": "^1.5.1"
},
"nodecg": {
"compatibleRange": "~0.7.0",
"dashboardPanels": [
{
"name": "switcher",
"title": "Switcher",
"file": "index.html",
"width": 5,
"dialog": false,
"headerColor": "#2b2b36"
}
]
}
}