-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.51 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.51 KB
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
{
"name": "phaser-typescript-template",
"description": "A fast, free Phaser game starter template in typescript, transpiled to es6 then trasnpiled to es5 for Desktop and Mobile web browsers.",
"author": "Eugenio (https://twitter.com/eugenioclrc/)",
"homepage": "https://github.com/Gamegur-us/phaser-boiler-template/",
"readme": "https://github.com/Gamegur-us/phaser-boiler-template/blob/master/README.md",
"bugs": "https://github.com/Gamegur-us/phaser-boiler-template/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.16.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-stage-0": "^6.16.0",
"gh-pages": "^0.11.0",
"gulp": "^3.9.1",
"gulp-csso": "^2.0.0",
"gulp-imagemin": "^3.0.3",
"gulp.spritesmith": "^6.2.1",
"html-webpack-plugin": "^2.22.0",
"phaser": "^2.6.2",
"script-loader": "^0.7.0",
"spritesmith-texturepacker": "^1.0.0",
"ts-loader": "^0.9.3",
"vinyl-buffer": "^1.0.0",
"webpack": "^2.1.0-beta.4",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"autoprefixer": "^6.5.1",
"cssnano": "^3.7.7",
"gulp-clean": "^0.3.2",
"gulp-postcss": "^6.2.0",
"gulp-util": "^3.0.7",
"imagemin-pngquant": "^5.0.0",
"screenfull": "^3.0.2",
"typescript": "^2.0.3"
}
}