forked from PerMalmberg/du-yfs-gate-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
53 lines (53 loc) · 974 Bytes
/
project.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
49
50
51
52
53
{
"cli": {
"fmtVersion": 3
},
"name": "YFS Gate Control",
"description": "YFS Gate Control",
"sourcePath": "src",
"outputPath": "out",
"libs": [
{
"id": "du-libs",
"type": "raw",
"path": "external/du-libs"
}
],
"builds": {
"GateControl": {
"name": "GateControl",
"type": "control",
"slots": {
"receiver": {
"name": "receiver",
"type": "receiver"
},
"emitter": {
"name": "emitter",
"type": "emitter"
},
"hold": {
"name": "hold",
"type": "pressable"
},
"gates": {
"name": "gates",
"type": "pressable"
}
}
}
},
"targets": {
"development": {
"name": "development",
"minify": false,
"compress": false
},
"release": {
"name": "release",
"minify": true,
"compress": true
}
},
"internalPaths": []
}