-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "html5-game-development-gulp-workflow",
"version": "1.2.0",
"description": "A gulp workflow for HTML5 Game Developers!",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-image-optimization": "^0.1.3",
"gulp-jshint": "^2.0.1",
"gulp-minify-html": "^1.0.6",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.3",
"gulp-watch": "^4.3.6",
"gulp-zip": "^3.2.0",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ojdon/html5-game-development-gulp-workflow.git"
},
"keywords": [
"html5",
"gamedev",
"gulp"
],
"author": "Ollie Reardon",
"license": "MIT",
"bugs": {
"url": "https://github.com/ojdon/html5-game-development-gulp-workflow/issues"
},
"homepage": "https://github.com/ojdon/html5-game-development-gulp-workflow#readme"
}