{
  "name" : "k3d",
  "version" : "2.17.0",
  "description" : "3D visualization library",
  "author" : "k3d team",
  "main" : "src/index.js",
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/K3D-tools/K3D-jupyter.git"
  },
  "keywords" : [
    "jupyter",
    "widgets",
    "ipython",
    "ipywidgets",
    "jupyterlab",
    "jupyterlab-extension"
  ],
  "scripts" : {
    "build" : "webpack",
    "test" : "echo \"Error: no test specified\" && exit 1"
  },
  "jupyterlab" : {
    "extension" : "dist/labplugin"
  },
  "devDependencies" : {
    "components-webfontloader" : "1.5.2",
    "copy-webpack-plugin" : "^11.0.0",
    "cors" : "2.8.5",
    "css-loader" : "^6.7.1",
    "eslint" : "^8.16.0",
    "eslint-config-airbnb-base" : "^15.0.0",
    "eslint-plugin-import" : "^2.26.0",
    "eslint-plugin-markdown" : "^2.2.1",
    "express" : "^4.18.1",
    "grunt" : "^1.5.3",
    "grunt-contrib-clean" : "2.0.1",
    "grunt-contrib-connect" : "^3.0.0",
    "grunt-contrib-jshint" : "^3.2.0",
    "grunt-contrib-watch" : "^1.1.0",
    "grunt-eslint" : "^24.0.0",
    "grunt-express-server" : "0.5.4",
    "grunt-jsdoc" : "2.4.1",
    "grunt-open" : "^0.2.4",
    "grunt-webpack" : "^5.0.0",
    "jshint-stylish" : "^2.2.1",
    "json-loader" : "^0.5.7",
    "load-grunt-tasks" : "5.1.0",
    "style-loader" : "^3.3.1",
    "time-grunt" : "2.0.0",
    "webpack" : "^5.72.1",
    "webpack-cli" : "^4.9.2",
    "webpack-combine-loaders" : "^2.0.4",
    "webpack-node-externals" : "^3.0.0",
    "webpack-visualizer-plugin2" : "^1.0.0"
  },
  "dependencies" : {
    "@jupyter-widgets/base" : "^4.1.0",
    "fflate" : "^0.7.3",
    "file-saver" : "^2.0.5",
    "katex" : "^0.16.22",
    "lil-gui" : "^0.17.0",
    "lodash" : "^4.17.21",
    "msgpack-lite" : "^0.1.26",
    "rasterizehtml" : "^1.3.1",
    "requirejs" : "^2.3.6",
    "screenfull" : "^6.0.1",
    "stats.js" : "^0.17.0",
    "three" : "^0.140.2",
    "three-mesh-bvh" : "^0.5.11"
  }
}
