{
  "name": "cytoscape-qtip",
  "main": "cytoscape-qtip.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/cytoscape/cytoscape.js-qtip.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "keywords": [
    "cytoscape",
    "qtip",
    "extension",
    "popup",
    "tooltip",
    "cyext"
  ],
  "license": "MIT",
  "dependencies": {
    "jquery": "^1.10.0 || ^2.0",
    "qtip2": "^2.2.0 || ^3.0",
    "cytoscape": "^2.2.0 || ^3.0.0"
  }
}
