{
  "name": "cytoscape-expand-collapse",
  "version": "4.1.1",
  "description": "This extension provides an interface to expand-collapse nodes.",
  "main": "cytoscape-expand-collapse.js",
  "spm": {
    "main": "cytoscape-expand-collapse.js"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production webpack",
    "build:dev": "cross-env NODE_ENV=development webpack",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse.git"
  },
  "keywords": [
    "cytoscape",
    "cyext"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse/issues"
  },
  "homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-expand-collapse",
  "devDependencies": {
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.10.3",
    "babel-loader": "^8.1.0",
    "camelcase": "^6.2.0",
    "cross-env": "^7.0.2",
    "jshint-stylish": "^2.0.1",
    "node-notifier": "^4.3.1",
    "run-sequence": "^1.1.4",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^1.1.2",
    "webpack": "^5.36.1",
    "webpack-cli": "^4.6.0"
  },
  "peerDependencies": {
    "cytoscape": "^3.3.0"
  }
}
