forked from cocos/cocos-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.99 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "cocos-creator-js",
"version": "1.7.0",
"description": "Cocos2d-html5 is a cross-platform 2D game engine written in Javascript, based on Cocos2d-X and licensed under MIT. It incorporates the same high level api as “Cocos2d JS-binding engine” and compatible with Cocos2d-X. It currently supports canvas and WebGL renderering.",
"homepage": "http://www.cocos2d-x.org",
"authors": [
"AUTHORS.txt"
],
"license": "MIT",
"scripts": {
"test": "gulp test-in-ci",
"build-chunks": "node ./cocos2d/renderer/build/build-chunks",
"build-mapping": "node ./cocos2d/renderer/build/build-mapping"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-typescript": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-parser-opts": "1.0.1",
"babel-plugin-transform-export-extensions": "^6.22.0",
"aliasify": "^2.1.0",
"async": "1.5.2",
"babelify": "10.0.0",
"browserify": "13.0.0",
"chalk": "1.1.0",
"del": "3.0.0",
"event-stream": "3.3.2",
"fire-fs": "0.2.1",
"glsl-tokenizer": "2.1.5",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-fb": "0.5.1",
"gulp-header": "1.2.2",
"gulp-jshint": "1.11.2",
"gulp-mirror": "0.4.0",
"gulp-optimize-js": "^1.1.0",
"gulp-plumber": "0.6.6",
"gulp-rename": "1.2.2",
"gulp-shell": "0.4.1",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "^3.0.0",
"gulp-util": "3.0.6",
"js-sha1": "^0.6.0",
"jshint-stylish": "2.1.0",
"multipipe": "0.3.0",
"persistify": "^1.1.1",
"require-dir": "0.3.0",
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "3.4.0",
"uglify-es": "3.3.7",
"vinyl": "1.1.0",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "3.7.0"
}
}