{
  "name": "cytoscape-svg",
  "description": "Export the current graph view as a SVG.",
  "main": "cytoscape-svg.js",
  "dependencies": {
    "cytoscape": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kinimesi/cytoscape-svg.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "keywords": [
    "cytoscape",
    "cytoscape-extension"
  ],
  "license": "GNU GPLv3"
}
