forked from bernatmv/phaserito
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 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
{
"name": "Phaserito",
"version": "0.1.0",
"description": "A Phaser.io Boilerplate using ES6, Traceur and Gulp",
"author": "Bernat Martinez",
"contributors": [
{
"name": "Nestor Hernandez"
}
],
"dependencies": {
"bluebird": "~2.9.2",
"console-polyfill": "~0.1.2",
"httpplease": "~0.15.2",
"phaser": "~2.2.2"
},
"devDependencies": {
"audiosprite": "^0.4.0",
"css-loader": "~0.9.1",
"es5-shim": "^4.0.3",
"exports-loader": "^0.6.2",
"file-loader": "~0.8.1",
"gulp": "~3.8.10",
"gulp-util": "~3.0.1",
"gulp-zip": "~2.0.2",
"html-webpack-plugin": "^1.1.0",
"image-webpack-loader": "^1.2.0",
"imports-loader": "^0.6.3",
"json-loader": "~0.5.1",
"less-loader": "~0.7.8",
"localtunnel": "~1.5.0",
"phaser-debug": "~1.1.4",
"run-sequence": "^1.0.2",
"script-loader": "~0.6.1",
"stats-webpack-plugin": "^0.0.1",
"style-loader": "~0.8.2",
"traceur-loader": "~0.6.3",
"url-loader": "~0.5.5",
"webpack": "~1.5.3",
"webpack-dev-server": "~1.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bernatmv/phaserito.git"
}
}