-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathdist.json
More file actions
69 lines (69 loc) · 1.97 KB
/
dist.json
File metadata and controls
69 lines (69 loc) · 1.97 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"author": "ryan@rsg.io",
"targets": {
"lss": {
"source": "bin/lss",
"destination": "{DEPLOY_ROOT}/bin/lss"
},
"lss.bat": {
"source": "bin/lss.bat",
"destination": "{DEPLOY_ROOT}/bin/lss.bat"
},
"scopy": {
"source": "bin/scopy",
"destination": "{DEPLOY_ROOT}/bin/scopy"
},
"scopy.bat": {
"source": "bin/scopy.bat",
"destination": "{DEPLOY_ROOT}/bin/scopy.bat"
},
"sdiff": {
"source": "bin/sdiff",
"destination": "{DEPLOY_ROOT}/bin/sdiff"
},
"sdiff.bat": {
"source": "bin/sdiff.bat",
"destination": "{DEPLOY_ROOT}/bin/sdiff.bat"
},
"sfind": {
"source": "bin/sfind",
"destination": "{DEPLOY_ROOT}/bin/sfind"
},
"sfind.bat": {
"source": "bin/sfind.bat",
"destination": "{DEPLOY_ROOT}/bin/sfind.bat"
},
"smove": {
"source": "bin/smove",
"destination": "{DEPLOY_ROOT}/bin/smove"
},
"smove.bat": {
"source": "bin/smove.bat",
"destination": "{DEPLOY_ROOT}/bin/smove.bat"
},
"sstat": {
"source": "bin/sstat",
"destination": "{DEPLOY_ROOT}/bin/sstat"
},
"sstat.bat": {
"source": "bin/sstat.bat",
"destination": "{DEPLOY_ROOT}/bin/sstat.bat"
},
"stree": {
"source": "bin/stree",
"destination": "{DEPLOY_ROOT}/bin/stree"
},
"stree.bat": {
"source": "bin/stree.bat",
"destination": "{DEPLOY_ROOT}/bin/stree.bat"
},
"lib": {
"source": "lib/pyseq",
"destination": "{DEPLOY_ROOT}/lib/python/pyseq"
},
"env": {
"source": "pyseq.env",
"destination": "{DEPLOY_ROOT}/env/pyseq.env"
}
}
}