-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 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
66
67
68
69
70
71
72
73
{
"name": "slush-phaser-webpack",
"description": "A slush generator for creating games that uses webpack and commonjs compliant modules. Gulp for build system. Tools to assist in development.",
"version": "0.2.2",
"homepage": "https://github.com/the-simian/slush-phaser-webpack",
"author": {
"name": "Jesse Harlin",
"email": "harlinjesse@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/the-simian/slush-phaser-webpack.git"
},
"bugs": {
"url": "https://github.com/the-simian/slush-phaser-webpack/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/the-simian/slush-phaser-webpack/blob/master/LICENSE"
}
],
"main": "slushfile.js",
"engines": {
"node": ">= 0.10.26",
"npm": ">=1.4.3"
},
"scripts": {
"test": "gulp test",
"coveralls": "gulp coveralls"
},
"keywords": [
"phaser",
"slushgenerator",
"webpack",
"gulp",
"browser-sync",
"pixi",
"webgl",
"jshint",
"gamedev",
"html5",
"game"
],
"dependencies": {
"gulp": "3.x.x",
"gulp-conflict": "0.x.x",
"gulp-debug": "^2.0.1",
"gulp-install": "0.x.x",
"gulp-rename": "1.x.x",
"gulp-template": "3.x.x",
"iniparser": "1.x.x",
"inquirer": "0.x.x",
"lodash": "3.x.x",
"moment": "2.x.x",
"slush": "1.x.x",
"underscore.string": "3.x.x",
"yargs": "3.x.x"
},
"devDependencies": {
"chai": "2.x.x",
"gulp-coveralls": "*",
"gulp-istanbul": "*",
"gulp-mocha": "*",
"gulp-plato": "1.x.x",
"gulp-task-listing": "1.x.x",
"gulp-util": "*",
"mocha-lcov-reporter": "*",
"mock-gulp-dest": "0.x.x",
"rewire": "2.x.x",
"run-sequence": "1.x.x"
}
}