{
  "_from": "cytoscape-dagre@^2.2.0",
  "_id": "cytoscape-dagre@2.2.2",
  "_inBundle": false,
  "_integrity": "sha512-zsg36qNwua/L2stJSWkcbSDcvW3E6VZf6KRe6aLnQJxuXuz89tMqI5EVYVKEcNBgzTEzFMFv0PE3T0nD4m6VDw==",
  "_location": "/cytoscape-dagre",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cytoscape-dagre@^2.2.0",
    "name": "cytoscape-dagre",
    "escapedName": "cytoscape-dagre",
    "rawSpec": "^2.2.0",
    "saveSpec": null,
    "fetchSpec": "^2.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cytoscape-dagre/-/cytoscape-dagre-2.2.2.tgz",
  "_shasum": "5f32a85c0ba835f167efee531df9e89ac58ff411",
  "_spec": "cytoscape-dagre@^2.2.0",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend",
  "author": {
    "name": "Max Franz",
    "email": "maxkfranz@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/cytoscape/cytoscape.js-dagre/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "dagre": "^0.8.2"
  },
  "deprecated": false,
  "description": "The Dagre layout for DAGs and trees for Cytoscape.js",
  "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",
    "mocha": "3.4.2",
    "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"
  },
  "homepage": "https://github.com/cytoscape/cytoscape.js-dagre",
  "keywords": [
    "cytoscape",
    "cytoscape-extension"
  ],
  "license": "MIT",
  "main": "cytoscape-dagre.js",
  "name": "cytoscape-dagre",
  "peerDependencies": {
    "cytoscape": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cytoscape/cytoscape.js-dagre.git"
  },
  "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",
    "test": "mocha",
    "watch": "webpack --progress --watch"
  },
  "version": "2.2.2"
}
