-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "my-phaser-template",
"version": "0.1.9",
"private": true,
"description": "A Phaser project template, featuring Babel and localForage.",
"devDependencies": {
"autoprefixer-core": "^5.0.0",
"babel-core": "^4.0.0",
"bower": "^1.3.12",
"browser-sync": "^2.0.0",
"del": "^1.1.1",
"gulp": "^3.8.7",
"gulp-babel": "^4.0.0",
"gulp-cached": "^1.0.1",
"gulp-compile-handlebars": "^0.4.4",
"gulp-concat": "^2.3.4",
"gulp-filter": "^2.0.2",
"gulp-jshint": "^1.8.4",
"gulp-less": "^3.0.0",
"gulp-load-plugins": "^0.9.0",
"gulp-manifest": "0.0.6",
"gulp-minify-css": "^1.0.0",
"gulp-notify": "^2.0.1",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^4.0.1",
"gulp-processhtml": "^1.1.0",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sourcemaps": "^1.1.5",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.0",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.4.1",
"postcss": "^4.0.1",
"require-dir": "^0.2.0",
"run-sequence": "^1.0.2"
},
"scripts": {
"dist": "gulp dist",
"clean": "gulp dist:clean",
"start": "gulp default",
"postinstall": "bower install"
},
"license": "MIT"
}