-module.exports = {"name":"jupyterlab-plotly","version":"1.0.0-alpha.1","description":"The plotly JupyterLab extension","author":"The plotly.py team","license":"MIT","main":"src/index.js","repository":{"type":"git","url":"https://github.com/plotly/plotly.py"},"keywords":["jupyter","widgets","ipython","ipywidgets","plotly"],"files":["src/**/*.js","dist/*.js","style/*.*"],"scripts":{"build":"npm run build:src","build:src":"rimraf dist && tsc","clean":"rimraf dist/ && rimraf ../../python/plotly/jupyterlab_plotly/static'","prepublish":"webpack","test":"echo \"Error: no test specified\" && exit 1"},"devDependencies":{"webpack":"^3.10.0","rimraf":"^2.6.1","ify-loader":"^1.1.0","typescript":"~3.1.1"},"dependencies":{"plotly.js":"1.48.3","@types/plotly.js":"^1.44.9","@jupyter-widgets/base":"^1.0.0","@jupyterlab/rendermime-interfaces":"^1.2.1","@phosphor/messaging":"^1.2.2","@phosphor/widgets":"^1.6.0","lodash":"^4.17.4"},"jupyterlab":{"extension":"src/jupyterlab-plugin.js","mimeExtension":"dist/javascript-renderer-extension.js"}}
0 commit comments