-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "phaser-es6-demo",
"version": "1.0.0",
"description": "",
"private": true,
"repository": "cstuncsik/phaser-es6-demo",
"author": "Csaba Tuncsik",
"license": "WTFPL",
"scripts": {
"build": "gulp build",
"dev": "gulp",
"postinstall": "bower install"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-plugin-transform-es5-property-mutators": "^6.3.13",
"babel-plugin-transform-object-assign": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"bower": "^1.7.1",
"browser-sync": "^2.10.1",
"browserify": "^12.0.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-json-minify": "^1.0.1",
"gulp-replace": "^0.5.4",
"gulp-rev-all": "^0.8.22",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"gulp-usemin": "^0.3.16",
"gulp-util": "^3.0.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}