UNPKG

klayjs

Version:

Automatic graph layout based on Sugiyama's algorithm. Specialized for data flow diagrams and ports.

34 lines (33 loc) 732 B
{ "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" }