-
Notifications
You must be signed in to change notification settings - Fork 16
/
egretProperties.json
executable file
·74 lines (74 loc) · 1003 Bytes
/
egretProperties.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"native": {
"path_ignore": [
"doc",
"wing",
"tools",
"server",
"support",
"publish"
],
"ios_path": "nnt.ios",
"android_path": "nnt.aos"
},
"publish": {
"web": 0,
"native": 1,
"path": "bin-release"
},
"modules": [
{
"name": "egret"
},
{
"name": "egret3d"
},
{
"name": "game"
},
{
"name": "eui"
},
{
"name": "res"
},
{
"name": "tween"
},
{
"name": "dragonbones"
},
{
"name": "promise",
"path": "frameworks/promise"
},
{
"name": "jszip",
"path": "frameworks/jszip"
},
{
"name": "lzma",
"path": "frameworks/lzma"
},
{
"name": "particle",
"path": "frameworks/particle"
},
{
"name": "physics",
"path": "frameworks/physics"
},
{
"name": "tiled",
"path": "frameworks/tiled"
},
{
"name": "greensock",
"path": "frameworks/greensock"
},
{
"name": "nnt",
"path": "frameworks/nnt"
}
]
}