{
  "name": "cy-jupyterlab",
  "version": "0.6.0",
  "description": "JupyterLab extension for graph (network) visualization.",
  "author": "Hideki Akazawa <>",
  "contributors": [
    "Kaito Uemura <>",
    "Keiichiro Ono <kono@ucsd.edu>"
  ],
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/ideckerlab/cy-jupyterlab.git"
  },
  "keywords": [
    "jupyter",
    "jupyterlab",
    "jupyterlab-extension",
    "cytoscape"
  ],
  "files": [
    "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
    "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
  ],
  "jupyterlab": {
    "mimeExtension": true
  },
  "scripts": {
    "clean": "rimraf lib",
    "build": "tsc",
    "prepare": "npm run clean && npm run build",
    "watch": "tsc -w",
    "extension:install": "jupyter labextension install cy-jupyterlab",
    "extension:uninstall": "jupyter labextension uninstall cy-jupyterlab",
    "extension:enable": "jupyter labextension enable cy-jupyterlab",
    "extension:disable": "jupyter labextension disable cy-jupyterlab"
  },
  "dependencies": {
    "@jupyterlab/application": "^0.19.1",
    "@jupyterlab/apputils": "^0.19.1",
    "@jupyterlab/coreutils": "^2.2.1",
    "@jupyterlab/rendermime-interfaces": "^1.2.1",
    "@material-ui/core": "^3.7.1",
    "@material-ui/icons": "^3.0.1",
    "@phosphor/widgets": "^1.6.0",
    "cytoscape": "^3.3.1",
    "cytoscape-cx2js": "^0.4.0",
    "prop-types": "^15.6.2",
    "typeface-roboto": "^0.0.54"
  },
  "devDependencies": {
    "rimraf": "^2.6.2",
    "typescript": "~2.9.2",
    "prettier": "^1.15.3",
    "eslint": "^5.11.1",
    "webpack": "^4.28.2",
    "webpack-cli": "^3.1.2"
  },
  "resolutions": {
    "@types/react": "^16.7.8",
    "react": "~16.7.8",
    "react-dom": "~16.7.8"
  }
}
