{
  "name": "cytoscape-edge-editing",
  "description": "A Cytoscape.js extension enables editing edge bend points",
  "main": "cytoscape-edge-editing.js",
  "dependencies": {
    "cytoscape": "^2.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/iVis-at-Bilkent/cytoscape.js-edge-editing.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "keywords": [
    "cytoscape",
    "cyext"
  ],
  "license": "MIT"
}
