{
  "name": "cytoscape-svg",
  "version": "0.4.0",
  "description": "Export the current graph view as a SVG.",
  "main": "cytoscape-svg.js",
  "author": {
    "name": "Ilkin Safarli",
    "email": ""
  },
  "scripts": {
    "lint": "eslint src",
    "build": "cross-env NODE_ENV=production webpack",
    "build:min": "cross-env NODE_ENV=production MIN=true webpack",
    "build:release": "run-s build ",
    "watch": "webpack --progress --watch",
    "dev": "webpack-dev-server --open",
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kinimesi/cytoscape-svg.git"
  },
  "keywords": [
    "cytoscape",
    "cytoscape-extension"
  ],
  "license": "GNU GPLv3",
  "bugs": {
    "url": "https://github.com/kinimesi/cytoscape-svg/issues"
  },
  "homepage": "https://github.com/kinimesi/cytoscape-svg",
  "devDependencies": {
    "babel-core": "latest",
    "babel-loader": "latest",
    "babel-preset-env": "latest",
    "camelcase": "latest",
    "canvas2svg": "kinimesi/canvas2svg#68b8ef886ca066d07294d9ee3157f6a3a9e44599",
    "chai": "latest",
    "cpy-cli": "latest",
    "cross-env": "^7.0.3",
    "eslint": "latest",
    "gh-pages": "latest",
    "mocha": "latest",
    "npm-run-all": "latest",
    "rimraf": "latest",
    "webpack": "latest",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "latest"
  },
  "peerDependencies": {
    "cytoscape": "^3.2.0"
  }
}
