UNPKG

yaot

Version:
34 lines (33 loc) 703 B
{ "name": "yaot", "version": "1.1.3", "description": "Yet another octree", "main": "index.js", "scripts": { "test": "tap test/*.js", "start": "browserify demo/octree.js > demo/bundle_tree.js && browserify demo/raycaster.js > demo/bundle_ray.js", "perf": "npm version && node perf/index.js" }, "keywords": [ "quadtree", "octree", "oct", "tree", "octrie", "quadtrie" ], "author": "Andrei Kashcha", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/anvaka/yaot" }, "dependencies": { "rafor": "^1.0.2" }, "devDependencies": { "benchmark": "^1.0.0", "tap": "^1.3.2", "three": "^0.71.0" } }