cytoscape-spread
Version:
The Spread physics simulation layout for Cytoscape.js
23 lines (22 loc) • 446 B
JSON
{
"name": "cytoscape-spread",
"version": "1.1.0",
"description": "The Spread physics simulation layout for Cytoscape.js",
"main": "cytoscape-spread.js",
"repository": {
"type": "git",
"url": "https://github.com/cytoscape/cytoscape.js-spread.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"cytoscape",
"cyext"
],
"license": "LGPL-3.0+"
}