summaryrefslogtreecommitdiff
path: root/package.json
blob: 141629a67f05f8e689a21deb8c6cafe764a0145c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "name": "snap-byow",
    "version": "0.1.0",
     "dependencies": {
         "voxel": "0.4.0",
         "voxel-engine": "0.20.1",
         "voxel-highlight": "0.0.10",
         "voxel-player": "0.1.0",
         "voxel-fly": "0.1.2",
         "voxel-walk": "0.0.5"
     },
     "devDependencies": {
         "browserify": "8.1.1",
         "beefy": "2.1.2"
     },
     "scripts": {
         "start": "beefy test.js:bundle.js 8000"
     }
}