UNPKG

3d-force-graph

Version:

UI component for a 3D force-directed graph using ThreeJS and ngraph.forcelayout3d layout engine

60 lines (59 loc) 1.86 kB
{ "name": "3d-force-graph", "version": "1.20.2", "description": "UI component for a 3D force-directed graph using ThreeJS and ngraph.forcelayout3d layout engine", "unpkg": "dist/3d-force-graph.min.js", "main": "dist/3d-force-graph.common.js", "module": "dist/3d-force-graph.module.js", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/3d-force-graph.git" }, "homepage": "https://github.com/vasturiano/3d-force-graph", "keywords": [ "3d", "force", "graph", "three", "ngraph", "webgl" ], "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "bugs": { "url": "https://github.com/vasturiano/3d-force-graph/issues" }, "scripts": { "build": "rm -rf dist && mkdir dist && rollup -c", "watch": "rollup -c -w", "minify": "uglifyjs dist/3d-force-graph.js -o dist/3d-force-graph.min.js -c -m --comments '/Version/'", "build-module": "rollup -c rollup.config.module.js", "prepublish": "npm run build && npm run minify && npm run build-module" }, "dependencies": { "accessor-fn": "^1.2.2", "kapsule": "^1.9.0", "three": "^0.89.0", "three-forcegraph": "^1.4.1", "three-trackballcontrols": "^0.0.7", "tinycolor2": "^1.4.1" }, "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "postcss-nested": "^3.0.0", "postcss-simple-vars": "^4.1.0", "rollup": "^0.53.3", "rollup-plugin-babel": "^3.0.3", "rollup-plugin-commonjs": "^8.2.6", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-postcss": "^0.5.5", "rollup-watch": "^4.3.1", "uglify-js": "3.3.4" } }