You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

23 lines
444 B

{
"name": "cose-base",
"description": "Core module for compound spring embedder based layout styles",
"main": "cose-base.js",
"dependencies": {
"layout-base": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/iVis-at-Bilkent/cose-base.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"layout"
],
"license": "MIT"
}