UNPKG

ngraph.quadtreebh

Version:

Quad tree data structure for Barnes-Hut simulation

32 lines (31 loc) 723 B
{ "name": "ngraph.quadtreebh", "version": "1.0.0", "description": "Quad tree data structure for Barnes-Hut simulation", "main": "index.js", "scripts": { "test": "tap test/*.js", "perf": "npm version && node perf/updateBodyForce.js" }, "repository": { "type": "git", "url": "https://github.com/anvaka/ngraph.quadtreebh.git" }, "keywords": [ "ngraph", "ngraphjs" ], "author": "Andrei Kashcha", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/anvaka/ngraph.quadtreebh/issues" }, "devDependencies": { "benchmark": "~1.0.0", "ngraph.physics.primitives": "^1.0.0", "tap": "^14.2.0" }, "dependencies": { "ngraph.random": "^1.0.0" } }