UNPKG

@eclipse-glsp/layout-elk

Version:

Integration of ELK graph layout algorithms in GLSP Node Server

63 lines (62 loc) 1.6 kB
{ "name": "@eclipse-glsp/layout-elk", "version": "2.6.0", "description": "Integration of ELK graph layout algorithms in GLSP Node Server", "keywords": [ "eclipse", "graphics", "diagram", "modeling", "visualization", "glsp", "diagram editor" ], "homepage": "https://www.eclipse.org/glsp/", "bugs": "https://github.com/eclipse-glsp/glsp/issues", "repository": { "type": "git", "url": "https://github.com/eclipse-glsp/glsp-server-node.git" }, "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)", "author": { "name": "Eclipse GLSP" }, "contributors": [ { "name": "STMicroelectronics", "url": "https://www.st.com/" }, { "name": "Eclipse GLSP Project", "email": "glsp-dev@eclipse.org", "url": "https://projects.eclipse.org/projects/ecd.glsp" } ], "main": "lib/index", "types": "lib/index", "files": [ "lib", "src" ], "scripts": { "build": "tsc -b", "clean": "rimraf lib *.tsbuildinfo coverage .nyc_output", "generate:index": "glsp generateIndex src -f -s", "lint": "eslint --ext .ts,.tsx ./src", "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"", "test:ci": "yarn test --reporter mocha-ctrf-json-reporter", "test:coverage": "nyc yarn test", "watch": "tsc -w" }, "dependencies": { "@eclipse-glsp/server": "2.6.0", "elkjs": "^0.10.1" }, "peerDependencies": { "inversify": "^6.1.3" }, "publishConfig": { "access": "public" }, "gitHead": "88356089bae7527c2df6c5331f75504495fe2aa4" }