-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 1 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
{
"name": "datum-and-wills",
"version": "0.0.0",
"description": "A narrative browser-based voxel game that aims to introduce and teach javascript coding interactively",
"main": "index.js",
"dependencies": {
"voxel-engine": "git://github.com/davidmason/voxel-engine.git#master",
"aabb-3d": "0.x.x",
"gl-matrix": "2.x.x",
"spatial-trigger": "0.0.x",
"painterly-textures": "0.x.x",
"voxel-player": "0.1.x",
"voxel-walk": "0.0.5",
"voxel-critter": "0.1.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-browserify": "~1.2.3",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.5.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/davidmason/datum-and-wills.git"
},
"author": "David Mason @drdmason",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "09fc4895664b26b876b529b2bd3685815aa566c3"
}