{
  "_from": "cytoscape-cxtmenu@^3.0.1",
  "_id": "cytoscape-cxtmenu@3.1.0",
  "_inBundle": false,
  "_integrity": "sha512-OFsWZlhwpvltB6Vm0D9+OEnfyQxAROxrF68fvkCRNuCChTAE6eOeBPFuSBnSUVMyj3C1v3t3Iy++Is1yatokmw==",
  "_location": "/cytoscape-cxtmenu",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "cytoscape-cxtmenu@^3.0.1",
    "name": "cytoscape-cxtmenu",
    "escapedName": "cytoscape-cxtmenu",
    "rawSpec": "^3.0.1",
    "saveSpec": null,
    "fetchSpec": "^3.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/cytoscape-cxtmenu/-/cytoscape-cxtmenu-3.1.0.tgz",
  "_shasum": "a9e8657e3a2683c25b0644d1812e978a7cf0512e",
  "_spec": "cytoscape-cxtmenu@^3.0.1",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend",
  "author": {
    "name": "Max Franz",
    "email": "maxkfranz@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/cytoscape/cytoscape.js-cxtmenu/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A circular, swipeable context menu extension 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.6.1",
    "webpack-dev-server": "^2.4.5"
  },
  "homepage": "https://github.com/cytoscape/cytoscape.js-cxtmenu",
  "keywords": [
    "cytoscape",
    "cytoscape-extension"
  ],
  "license": "MIT",
  "main": "cytoscape-cxtmenu.js",
  "name": "cytoscape-cxtmenu",
  "peerDependencies": {
    "cytoscape": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cytoscape/cytoscape.js-cxtmenu.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": "gh-pages -d pages",
    "lint": "eslint src",
    "postpublish": "run-s gh-pages",
    "test": "mocha",
    "watch": "webpack --progress --watch"
  },
  "version": "3.1.0"
}
