UNPKG

ngraph.hde

Version:

High dimensional embedding of a graph

38 lines (37 loc) 773 B
{ "name": "ngraph.hde", "version": "1.0.1", "description": "High dimensional embedding of a graph", "main": "src/index.js", "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/anvaka/ngraph.hde.git" }, "keywords": [ "graph", "layout", "hde", "high", "dimensional", "embedding", "embedding" ], "author": "Andrei Kashcha", "license": "MIT", "bugs": { "url": "https://github.com/anvaka/ngraph.hde/issues" }, "homepage": "https://github.com/anvaka/ngraph.hde#readme", "devDependencies": { "miserables": "^2.0.0", "ngraph.graph": "^19.1.0", "tap": "^14.10.7" }, "dependencies": { "mc": "^1.0.6", "ngraph.random": "^1.0.0" } }