-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 982 Bytes
/
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": "tower-of-battle",
"version": "1.0.0",
"description": "Tower, floors, rooms",
"main": "game.js",
"scripts": {
"install": "node Utilities/install",
"start": "node Utilities/server",
"build": "node Utilities/build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "formula1 <samtobia@gmail.com> (https://github.com/formula1)",
"license": "ISC",
"dependencies": {
"async": "^1.5.0",
"box2d": "^1.0.0",
"browserify": "^11.2.0",
"bulk-require": "^0.2.1",
"bulkify": "^1.1.1",
"envify": "^3.4.0",
"express": "^4.13.3",
"folderify": "^1.1.0",
"hat": "0.0.3",
"include-folder": "^1.0.0",
"literalify": "^0.4.0",
"mathjs": "^2.4.0",
"mersenne-twister": "^1.0.1",
"open": "0.0.5",
"request": "^2.64.0",
"setimmediate": "^1.0.2",
"uglify": "^0.1.5",
"uglify-js": "^2.5.0",
"uglifyify": "^3.0.1"
},
"devDependencies": {
"depcheck": "^0.5.9"
}
}