{
  "name": "cytoscape-view-utilities",
  "version": "6.0.0",
  "description": "Package of view utilities for cytoscape.js",
  "main": "cytoscape-view-utilities.js",
  "spm": {
    "main": "cytopscape-view-utilities.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "cross-env NODE_ENV=production webpack",
    "build:dev": "cross-env NODE_ENV=development webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-view-utilities.git"
  },
  "keywords": [
    "cytoscape",
    "cyext"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-view-utilities/issues"
  },
  "homepage": "https://github.com/iVis-at-Bilkent/cytoscape.js-view-utilities",
  "devDependencies": {
    "@babel/core": "^7.11.6",
    "@babel/preset-env": "^7.11.5",
    "babel-loader": "^8.1.0",
    "camelcase": "^6.0.0",
    "cross-env": "^7.0.2",
    "webpack": "^4.44.2",
    "webpack-cli": "^3.3.12"
  },
  "peerDependencies": {
    "cytoscape": "^3.2.0"
  },
  "dependencies": {
    "geometric": "^2.2.3"
  }
}
