rabbit-hole
Version:
A volumetric terrain engine for three.js.
67 lines (57 loc) • 1.37 kB
JSON
{
"name": "rabbit-hole",
"version": "0.0.0",
"description": "A volumetric terrain engine for three.js.",
"homepage": "https://github.com/vanruesc/rabbit-hole",
"main": "build/rabbit-hole.js",
"jsnext:main": "src/index.js",
"license": "Zlib",
"keywords": [
"3d",
"rendering",
"volumetric",
"terrain",
"isosurface",
"surface-net",
"three",
"three.js"
],
"author": {
"name": "Raoul van Rüschen",
"email": "vanruesc@fh-brandenburg.de"
},
"repository": {
"type": "git",
"url": "https://github.com/vanruesc/rabbit-hole.git"
},
"bugs": {
"url": "https://github.com/vanruesc/rabbit-hole/issues"
},
"scripts": {
"test": "node grunt-cli.js",
"prepublishOnly": "node grunt-cli.js fsinline",
"postpublish": "node grunt-cli.js clean"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"three": "x.x.x"
},
"devDependencies": {
"grunt": ">= 0.4.0",
"grunt-contrib-nodeunit": "x.x.x",
"grunt-contrib-jshint": "x.x.x",
"grunt-contrib-uglify": "x.x.x",
"grunt-contrib-yuidoc": "x.x.x",
"grunt-contrib-clean": "x.x.x",
"grunt-contrib-watch": "x.x.x",
"grunt-contrib-copy": "x.x.x",
"grunt-fs-inline": "x.x.x",
"grunt-rollup": "x.x.x",
"rollup-plugin-node-resolve": "x.x.x"
},
"peerDependencies": {
"grunt": ">= 0.4.0"
}
}