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
| {
| "name": "cocos-creator-js",
| "version": "2.0.9",
| "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"
| },
| "devDependencies": {
| "aliasify": "^2.1.0",
| "async": "1.5.2",
| "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.7.0",
| "gulp-size": "2.1.0",
| "gulp-sourcemaps": "1.5.2",
| "gulp-uglify": "^3.0.0",
| "gulp-util": "3.0.6",
| "jshint-stylish": "2.1.0",
| "multipipe": "0.3.0",
| "persistify": "^1.1.1",
| "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"
| },
| "dependencies": {
| "acorn": "^6.1.1",
| "ajv": "^6.10.0",
| "minimatch": "^3.0.2"
| }
| }
|
|