forked from cocos/cocos-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.21 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
{
"name": "cocos-creator-js",
"version": "1.1.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"
},
"devDependencies": {
"async": "1.5.2",
"browserify": "13.0.0",
"chalk": "1.1.0",
"del": "1.2.0",
"event-stream": "3.3.2",
"fire-fs": "0.2.1",
"gulp": "3.9.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-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": "1.5.3",
"gulp-util": "3.0.6",
"jshint-stylish": "2.1.0",
"multipipe": "0.3.0",
"require-dir": "0.3.0",
"vinyl": "1.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.0.0",
"watchify": "^3.7.0"
}
}