forked from layabox/LayaAir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 893 Bytes
/
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
{
"name": "ts",
"version": "1.0.0",
"description": "",
"main": "layaAir.config.js",
"scripts": {
"build": "cd src/publishTool&&cmd /k publish.bat",
"compile": "gulp LayaAirBuild",
"buildDoc": "cd src/generateDoc&&cmd /k run.bat"
},
"author": "Layabox Inc.",
"license": "SEE LICENSE IN LICENSE.md",
"dependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-uglify-es": "^2.0.0",
"iconv-lite": "^0.5.0",
"matched": "^4.0.0",
"pump": "^3.0.0",
"rollup": "^1.16.7",
"rollup-plugin-glsl": "^1.3.0",
"rollup-plugin-typescript2": "^0.21.2",
"through2": "^3.0.1",
"typedoc": "^0.15.0",
"typescript": "^3.7.2"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/layabox/LayaAir"
},
"bugs": {
"url": "https://ask.layabox.com/"
}
}