forked from piqnt/stage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 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
{
"name": "stage.js",
"version": "0.6.1",
"description": "Lightweight and fast HTML5 2D rendering engine for cross-platform game development.",
"homepage": "http://piqnt.com/stage.js/",
"keywords": [
"html5",
"game",
"rendering",
"engine",
"2d",
"canvas",
"mobile"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/piqnt/stage.js.git"
},
"main": "lib/index.js",
"files": [
"doc/",
"ext/",
"lib/",
"platform/",
"test/"
],
"devDependencies": {
"browserify": "^8.1.3",
"expect.js": "*",
"gulp": "*",
"gulp-browserify": "*",
"gulp-bump": "*",
"gulp-concat": "*",
"gulp-mocha": "*",
"gulp-rename": "^1.2.0",
"gulp-uglify": "*",
"gulp-wrap": "*",
"minimist": "*",
"sandboxed-module": "^2.0.0",
"sinon": "*",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"vinyl-transform": "^1.0.0"
},
"scripts": {
"test": "gulp test",
"build": "gulp",
"watch": "gulp build-min watch"
}
}