{
  "name": "@jupyterlab/nbwidgets",
  "version": "0.21.0",
  "description": "The JupyterLab extension providing Jupyter widgets.",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "dependencies": {
    "@jupyter-widgets/base": "^0.3.0",
    "@jupyter-widgets/controls": "^0.3.0",
    "@jupyterlab/application": "^0.7.0",
    "@jupyterlab/docregistry": "^0.7.0",
    "@jupyterlab/notebook": "^0.7.0",
    "@jupyterlab/outputarea": "^0.7.0",
    "@jupyterlab/rendermime": "^0.7.0",
    "@phosphor/coreutils": "^1.1.0",
    "@phosphor/disposable": "^1.1.0",
    "@phosphor/widgets": "^1.2.0"
  },
  "devDependencies": {
    "@types/lodash": "4.14.40",
    "rimraf": "^2.4.2",
    "typedoc": "^0.6.0",
    "typescript": "~2.3.1"
  },
  "keywords": [
    "jupyter",
    "jupyterlab",
    "jupyterlab extension",
    "jupyterlab notebook"
  ],
  "jupyterlab": {
    "extension": true
  },
  "scripts": {
    "clean": "rimraf docs && rimraf lib && rimraf jupyterlab_widgets/static",
    "build:src": "tsc --project src",
    "build": "npm run build:src",
    "update": "rimraf node_modules/@jupyter-widgets/controls; npm install file:../jupyter-widgets-controls; npm run build",
    "docs": "typedoc --mode file --module commonjs --excludeNotExported --target es5 --moduleResolution node --out docs/ src",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyter-widgets/ipywidgets"
  },
  "files": [
    "lib/*.js",
    "lib/*.d.ts",
    "dist/*.js"
  ],
  "author": "Project Jupyter",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/jupyter-widgets/ipywidgets/issues"
  },
  "homepage": "https://github.com/jupyter-widgets/ipywidgets"
}
