-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "ld42-phaser",
"version": "0.1.0",
"description": "The game has been developed by GLITCHMAN specially for LD42 COMPO. Twitter: @aglitchman",
"main": "build/js/app.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/programmerby/ld42-game.git"
},
"author": "Artsiom Trubchyk",
"license": "MIT",
"browserify-shim": {
"./src/js/lib/stats.js": "Stats"
},
"dependencies": {
"browserify": "^13.3.0",
"browserify-shim": "^3.8.12",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-cache-bust": "^1.1.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.1.1",
"grunt-contrib-connect": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-open": "^0.2.3",
"grunt-pngmin": "^1.0.2",
"grunt-prettier": "^1.0.1",
"lodash": "^4.6.1",
"phaser-ce": "^2.11.0"
}
}