klayjs
Version:
Automatic graph layout based on Sugiyama's algorithm. Specialized for data flow diagrams and ports.
41 lines (40 loc) • 832 B
JSON
{
"name": "klayjs",
"version": "0.4.1",
"author": {
"name": "Ulf Rueegg",
"email": "uru@informatik.uni-kiel.de"
},
"description": "Automatic graph layout based on Sugiyama's algorithm. Specialized for data flow diagrams and ports.",
"main": "klay.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/OpenKieler/klayjs.git"
},
"keywords": [
"graph",
"layout",
"layered",
"ports",
"dataflow"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-zip": "~0.13.0",
"grunt-curl": "~1.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-rename": "~0.1.3",
"grunt-file-append": "~0.0.6"
},
"license": "EPL-1.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}