DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
409 Bytes
{
"name": "layout-base",
"description": "Basic layout model and some utilities for Cytoscape.js layout extensions",
"main": "layout-base.js",
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/layout-base.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"layout"
],
"license": "MIT"
}