-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.71 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
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gulp-template",
"description": "Gulp Template project for Phaser Game Development.",
"version": "0.0.0",
"authors": [
"Rex Twedt",
"Mike Hadley"
],
"license": "MIT",
"main": "gulpfile.js",
"homepage": "https://github.com/sporadic-labs/gulp-template.git#readme.md",
"dependencies": {
"chibijs": "^3.0.9",
"phaser-navmesh": "^1.0.0",
"phaser-tiled-hull": "^1.0.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babelify": "^7.3.0",
"beepbeep": "^1.2.0",
"browserify": "^14.3.0",
"del": "^2.2.0",
"express": "^4.13.4",
"glslify": "^6.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.1",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-newer": "^1.1.0",
"gulp-open": "^2.0.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"phaser-ce": "^2.7.7",
"run-sequence": "^1.2.0",
"sat": "^0.6.0",
"typescript": "^2.3.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sporadic-labs/gulp-template.git"
},
"bugs": {
"url": "https://github.com/sporadic-labs/gulp-template.git/issues"
}
}