-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
52 lines (52 loc) · 1.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
{
"name": "j2Ds",
"version": "0.6.5",
"description": "HTML5 2D Game Engine.",
"main": "src/js/j2Ds.js",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/SkanerSoft/j2Ds.git"
},
"keywords": [
"AMD",
"javascript",
"library",
"canvas",
"webgl",
"j2ds"
],
"author": [
"Skaner"
],
"license": [
"zlib"
],
"bugs": {
"url": "https://github.com/SkanerSoft/j2Ds/issues"
},
"homepage": "https://github.com/SkanerSoft/j2Ds",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.0",
"gulp-header": "^1.8.9",
"gulp-imagemin": "^3.3.0",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jsdoc-to-markdown": "^3.0.0",
"opn": "^5.1.0",
"qunitjs": "^2.4.0",
"requirejs": "^2.3.5",
"st": "^1.2.0"
}
}