forked from forgemedia/uGraphics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
45 lines (45 loc) · 1.16 KB
/
config.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
{
"locals": {
"product": "Forge Graphics Thing",
"project": "Varsity Season 2018",
"copyright": "Forge"
},
"publicDirs": {
"js": [ "core/js" ],
"js/local": [ "varsity18/js" ],
"jspm_packages": [ "jspm_packages" ],
"output": [ "output" ],
"assets": [ "varsity18/assets", "core/assets" ],
"node_modules": [ "node_modules" ]
},
"frontend": {
"browserSupport": [
"Chrome > 40"
],
"sassIncludePaths": [
"node_modules/bootstrap/scss"
],
"stylIncludePaths": [
"node_modules/"
],
"stylSrcDir": "varsity18/styl",
"viewDirectories": [ "varsity18/views", "core/views" ]
},
"sockets": [
"bug",
"lowerThirds",
"maintenance",
"sport"
],
"initDataStore": {
"bug": {
"bugLogo": "/assets/img/bug/forge.svg",
"showClock": true
},
"lowerThirds": {
"queue_lt1": [ { "lt1_text1": "Example lower third" } ],
"currentQueueInput": { "lt1": { "lt1_text1": "" } }
},
"sport": {}
}
}