forked from cocos/cocos-engine
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
63 lines (63 loc) · 2.09 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
63
{
"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": {
"async": "1.5.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-parser-opts": "1.0.1",
"babel-plugin-transform-class-properties": "6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-block-scoping": "6.22.0",
"babel-plugin-transform-es2015-shorthand-properties": "6.22.0",
"babel-plugin-transform-es2015-template-literals": "6.22.0",
"babel-preset-env": "^1.2.2",
"babelify": "7.3.0",
"browserify": "13.0.0",
"chalk": "1.1.0",
"del": "3.0.0",
"event-stream": "3.3.2",
"fire-fs": "0.2.1",
"gulp": "^3.9.1",
"gulp-babel": "6.1.2",
"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": "1.5.2",
"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",
"aliasify": "^2.1.0",
"require-dir": "0.3.0",
"uglify-es": "3.3.7",
"vinyl": "1.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.0.0",
"watchify": "^3.7.0",
"glsl-tokenizer": "^2.1.5",
"gulp-qunit": "^2.0.1",
"rollup": "^0.66.6",
"rollup-plugin-node-resolve": "^3.4.0"
}
}