-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 1.74 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
{
"name": "Phaserito",
"version": "0.2.2",
"description": "A Phaser.io Boilerplate using ES6, Traceur and Gulp",
"author": "Lovely Dog Studio",
"google": {
"analytics": "UA-58578359-1"
},
"contributors": [
{
"name": "Bernat Martinez"
},
{
"name": "Nestor Hernandez"
},
{
"name": "Abraham Alcaina"
},
{
"name": "Xavi Serra"
}
],
"dependencies": {
"bluebird": "~2.9.3",
"console-polyfill": "~0.1.2",
"httpplease": "~0.15.2",
"phaser": "~2.2.2"
},
"devDependencies": {
"audiosprite": "^0.4.0",
"css-loader": "~0.9.1",
"exports-loader": "^0.6.2",
"file-loader": "~0.8.1",
"gulp": "~3.8.10",
"gulp-karma": "0.0.4",
"gulp-plato": "^1.0.2",
"gulp-util": "~3.0.2",
"gulp-zip": "~2.0.2",
"html-webpack-plugin": "^1.1.0",
"image-webpack-loader": "^1.2.0",
"imports-loader": "^0.6.3",
"istanbul": "^0.3.5",
"istanbul-instrumenter-loader": "^0.1.2",
"json-loader": "~0.5.1",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-htmlfile-reporter": "^0.1.2",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-webpack": "~1.5.0",
"less-loader": "~2.0.0",
"localtunnel": "~1.5.0",
"phaser-debug": "~1.1.4",
"script-loader": "~0.6.1",
"stats-webpack-plugin": "^0.0.1",
"style-loader": "~0.8.3",
"traceur-loader": "~0.6.3",
"url-loader": "~0.5.5",
"webpack": "~1.5.3",
"webpack-dev-server": "~1.7.0",
"store": "~1.3.17"
},
"repository": {
"type": "git",
"url": "https://github.com/bernatmv/phaserito.git"
},
"scripts": {
"test": "gulp travis"
}
}