-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "busyville",
"version": "1.1.0",
"description": "Busyville",
"main": "build/js/app.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:pedritoelcabra/busyville.git"
},
"author": "Pedro Ernst",
"license": "MIT",
"browserify-shim": {
"./src/js/lib/stats.min.js": "Stats"
},
"dependencies": {
"browserify": "^13.3.0",
"browserify-shim": "^3.8.12",
"easystarjs": "^0.4.3",
"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-jshint": "^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",
"gulp": "^3.9.1",
"lodash": "^4.6.1",
"phaser": "^2.6.2",
"phaser-navmesh": "^1.1.1",
"phaser-navmesh-generation": "^0.1.1"
}
}