forked from Cloudxtreme/engine-framework
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 959 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 959 Bytes
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
{
"name": "engine-framework",
"version": "0.0.1",
"description": "A simple framework for connecting Fireball Editor and other game engines",
"homepage": "http://fireball-x.com",
"repository": {
"type": "git",
"url": "https://github.com/fireball-x/engine-framework.git"
},
"author": "Firebox Technology",
"license": "MIT",
"bugs": "https://github.com/fireball-x/editor-framework/issues",
"scripts": {
"test": "gulp test"
},
"devDependencies": {
"browserify": "10.2.3",
"del": "1.2.0",
"gulp": "3.8.11",
"gulp-cached": "1.0.1",
"gulp-fb": "0.0.9",
"gulp-header": "1.2.2",
"gulp-jshint": "1.11.0",
"gulp-mirror": "0.4.0",
"gulp-plumber": "0.6.6",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "1.2.0",
"gulp-util": "3.0.5",
"jshint-stylish": "2.0.0",
"require-dir": "0.1.0",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.0.0"
}
}