floral-graph
Version:
A Knowledge Graph Visualization Package in ts
25 lines (24 loc) • 606 B
JSON
{
"name": "floral-graph",
"version": "1.0.0",
"description": "A Knowledge Graph Visualization Package in ts",
"main": "index.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/frostace/floral-graph.git"
},
"keywords": [
"Knowledge",
"Graph",
"Visualization"
],
"author": "frostace",
"license": "MIT",
"bugs": {
"url": "https://github.com/frostace/floral-graph/issues"
},
"homepage": "https://github.com/frostace/floral-graph#readme"
}