vue-force-graph
Version:
Vue component for 2D, 3D, VR and AR force directed graphs
34 lines • 705 B
JSON
{
"name": "vue-force-graph",
"version": "0.1.2",
"description": "Vue component for 2D, 3D, VR and AR force directed graphs",
"main": "lib/index.js",
"module": "es/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"vue",
"force",
"graph",
"3d",
"2d",
"vr",
"ar",
"three",
"webgl",
"canvas"
],
"repository": {
"type": "git",
"url": "git+https://github.com/zjfcool/vue-force-graph.git"
},
"dependencies": {
"3d-force-graph-ar": "^1.7.1",
"3d-force-graph-vr": "^2.0.7",
"3d-force-graph": "^1.70.5",
"force-graph": "^1.42.4"
},
"author": "zjfcool",
"license": "MIT"
}