UNPKG

cytoscape-multilayer

Version:

The multilayer layout for DAGs and trees for Cytoscape.js

51 lines (50 loc) 1.52 kB
{ "name": "cytoscape-multilayer", "version": "1.1.2", "description": "The multilayer layout for DAGs and trees for Cytoscape.js", "main": "cytoscape-multilayer.js", "scripts": { "build": "cross-env NODE_ENV=production webpack", "build:min": "cross-env NODE_ENV=production MIN=true webpack", "build:release": "run-s build copyright", "copyright": "update license", "dev": "webpack-dev-server --open", "gh-pages:clean": "rimraf index.html", "gh-pages:demo": "cpy demo.html . --rename=index.html", "gh-pages:deploy": "gh-pages -d . -v node_modules/**", "lint": "eslint src", "postpublish": "run-s gh-pages:demo gh-pages:deploy gh-pages:clean", "watch": "webpack --progress --watch" }, "repository": { "type": "git", "url": "https://eac-fs-0.host.ualr.edu/zdbolt/cytoscape-multilayer.git" }, "dependencies": { "potpackweighted": "^1.0.2" }, "devDependencies": { "babel-core": "^6.24.1", "babel-loader": "^7.0.0", "babel-preset-env": "^1.5.1", "camelcase": "^4.1.0", "chai": "4.0.2", "cpy-cli": "^1.0.1", "cross-env": "^5.0.0", "eslint": "^3.9.1", "gh-pages": "^1.0.0", "npm-run-all": "^4.1.2", "rimraf": "^2.6.2", "update": "^0.7.4", "updater-license": "^1.0.0", "webpack": "^2.7.0", "webpack-dev-server": "^2.4.5" }, "keywords": [ "multilayer", "cytoscape", "layout" ], "author": "Zachary Bolt", "license": "ISC" }