{
  "name": "cytoscape-canvas",
  "version": "3.0.1",
  "description": "A Cytoscape extension to enable drawing over and under a graph",
  "main": "./dist/cytoscape-canvas.js",
  "scripts": {
    "build": "babel src --presets babel-preset-es2015 --out-dir dist",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ./src --fix; exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/classcraft/cytoscape.js-canvas.git"
  },
  "keywords": [
    "cytoscape",
    "cytoscape.js",
    "cytoscapejs",
    "cytoscape-canvas",
    "canvas",
    "extension"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/classcraft/cytoscape.js-canvas/issues"
  },
  "homepage": "https://github.com/classcraft/cytoscape.js-canvas",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-classcraft": "^1.0.2",
    "gulp": "^3.8.8",
    "gulp-jshint": "^1.8.5",
    "gulp-prompt": "^0.1.1",
    "gulp-replace": "^0.4.0",
    "gulp-shell": "^0.2.9",
    "jshint-stylish": "^1.0.0",
    "run-sequence": "^1.0.0"
  },
  "dependencies": {}
}
