forked from danfinlay/voxel-player
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 908 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
{
"name": "voxel-player",
"version": "0.1.0",
"description": "create a skinnable player with physics enabled",
"main": "index.js",
"dependencies": {
"minecraft-skin": "git://github.com/deathcap/minecraft-skin.git#29849de5a639f44b045a84fec028f6585b52d431"
},
"devDependencies": {
"voxel": "~0.1.3",
"voxel-engine": "~0.6.0",
"painterly-textures": "~0.0.3",
"ecstatic": "~0.3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/voxel-player.git"
},
"homepage": "https://github.com/substack/voxel-player",
"keywords": [
"voxel",
"player",
"physics",
"engine",
"skin",
"browser"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT"
}