-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
45 lines (45 loc) · 1.34 KB
/
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
39
40
41
42
43
44
45
{
"name": "egret-resource-manager",
"version": "4.2.0-4",
"bin": {
"res": "script/out/cli.js"
},
"main": "script/out/index.js",
"typings": "script/out/index.d.ts",
"description": "",
"scripts": {
"res": "node script/out/cli.js build",
"tsc": "tsc && uglifyjs bin/resourcemanager/resourcemanager.js > bin/resourcemanager/resourcemanager.min.js",
"debug": "tsc -p script && tsc && egret build test/es6-api -e && npm run res test/es6-api",
"test": "egret build test/es6-api -e && res test/es6-api && egret run test/es6-api",
"debug-classic": "tsc -p script && tsc && egret build test/classic-api -e && npm run res test/classic-api"
},
"author": "wander",
"license": "ISC",
"engines": {
"node": "^4.0.0",
"npm": "^3.0.0"
},
"dependencies": {
"crc32": "^0.2.2",
"egret-node-utils": "0.0.7",
"egret-typescript-ast": "0.0.11",
"fs-extra-promise": "0.4.1",
"map-stream": "0.0.6",
"typescript": "2.1.6",
"vinyl-fs": "^2.4.4",
"watch": "^1.0.2",
"htmlparser2": "^3.9.2",
"vinyl": "^2.0.1"
},
"devDependencies": {
"@types/bluebird": "3.5.0",
"@types/fs-extra": "2.0.0",
"@types/fs-extra-promise": "0.0.31",
"@types/htmlparser2": "^3.7.29",
"@types/node": "^7.0.8",
"@types/vinyl": "^2.0.0",
"@types/vinyl-fs": "^2.4.1",
"@types/watch": "0.0.28"
}
}