-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 777 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 777 Bytes
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
{
"name": "javascript-game",
"version": "0.0.1",
"description": "",
"main": "builtgame.js",
"scripts": {
"start": "echo \"open localhost:8080/\" && ./node_modules/.bin/browservefy gamecore.js 8080 -- -d"
},
"author": "",
"license": "ISC",
"dependencies": {
"voxel-engine": "^0.20.1",
"programmerart-textures": "^2.1.0",
"voxel-player": "^0.1.0",
"voxel": "^0.4.0",
"voxel-hello-world": "^0.6.0",
"voxel-texture": "^0.5.8",
"painterly-textures": "0.0.3",
"voxel-highlight": "0.0.9",
"voxel-perlin-terrain": "^1.0.0",
"toolbar": "0.0.5",
"voxel-debris": "0.0.4",
"voxel-simplex-terrain": "0.0.3",
"url": "^0.10.1"
},
"devDependencies": {
"browserify": "^3.44.2",
"browservefy": "0.0.10"
}
}