{
  "name": "ipyvolume",
  "version": "0.6.3",
  "description": "IPython widget for rendering 3d volumes",
  "author": "Maarten A. Breddels",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/maartenbreddels/ipyvolume.git"
  },
  "keywords": [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets"
  ],
  "license": "MIT",
  "scripts": {
    "install-test": "npm install && karma start --single-run",
    "test": "karma start --single-run",
    "build": "npm run build:lib && npm run build:labextension && webpack --mode=production",
    "build:lib": "tsc --project .",
    "build:labextension": "jupyter labextension build .",
    "prepare": "npm run build",
    "watch": "npm-run-all -p watch:*",
    "watch:lib": "tsc -w --project .",
    "watch:nbextension": "webpack --watch --mode=development",
    "watch:labextension": "jupyter labextension watch .",
    "watch:dev": "npm-run-all -p watch:lib watch:nbextension"
  },
  "jupyterlab": {
    "extension": "lib/labplugin",
    "outputDir": "../share/jupyter/labextensions/ipyvolume",
    "sharedPackages": {
      "@jupyter-widgets/base": {
        "bundled": false,
        "singleton": true
      }
    }
  },
  "devDependencies": {
    "@jupyterlab/builder": "^3.0.0",
    "@types/chai": "^4.1.4",
    "@types/d3": "^5.7.2",
    "@types/expect.js": "^0.3.29",
    "@types/mocha": "^2.2.48",
    "@types/node": "^12.0.2",
    "@types/requirejs": "^2.1.31",
    "@types/three": "^0.93.4",
    "bqplot": "^0.5.0",
    "chai": "^4.1.2",
    "eslint": "^5.13.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "json-loader": "^0.5.4",
    "jupyter-threejs": "^2.3.0",
    "karma": "^4.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "mocha": "^3.5.3",
    "npm-run-all": "^4.1.3",
    "raw-loader": "~3.0.0",
    "sinon": "^2.4.1",
    "sinon-chai": "^2.11.0",
    "source-map-loader": "^0.2.4",
    "typescript": "^3.5.2",
    "url-loader": "^0.5.7",
    "webpack": "^4.29.1",
    "webpack-cli": "^3.2.3"
  },
  "dependencies": {
    "@jupyter-widgets/base": "^1 || ^2.0.2 || ^3 || ^4 || ^5 || ^6",
    "@jupyter-widgets/controls": "^1 || ^2",
    "css-loader": "^0.28.4",
    "d3": "^5.7.0",
    "gl-matrix": "^2.0.0",
    "is-typedarray": "~1.0.0",
    "jquery": "^3.1.1",
    "jslink": "^1.1.3",
    "lodash": "^4.17.15",
    "mustache": "^2.3.1",
    "ndarray": "~1.0.18",
    "ndarray-pack": "^1.2.1",
    "screenfull": "^3.3.1",
    "style-loader": "^0.18.2",
    "three": "^0.97.0",
    "three-text2d": "~0.4.1",
    "tslint": "^5.20.0",
    "underscore": "^1.8.3",
    "webrtc-adapter": "^4.2.2"
  },
  "files": [
    "dist/",
    "css/",
    "src/",
    "lib/*.js",
    "lib/three/*.js",
    "data/",
    "glsl/"
  ]
}
