{ "name": "jupyterlab-drawio", "version": "0.2.0", "description": "A JupyterLab extension for embedding drawio / mxgraph.", "keywords": [ "extension", "jupyter", "jupyterlab", "jupyterlab-extension" ], "homepage": "https://github.com/QuantStack/jupyterlab-drawio", "bugs": { "url": "https://github.com/QuantStack/jupyterlab-drawio/issues" }, "license": "Apache 2.0", "author": "Wolf Vollprecht", "files": [ "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css}", "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" ], "main": "lib/index.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/wolfv/jupyterlab-drawio.git" }, "scripts": { "build": "node scripts/copyfiles.js && tsc", "clean": "rimraf lib", "watch": "tsc -w" }, "dependencies": { "@jupyterlab/application": "^0.16.2", "@jupyterlab/apputils": "^0.16.2", "@jupyterlab/coreutils": "^1.1.2", "@jupyterlab/docregistry": "^0.16.2", "@jupyterlab/filebrowser": "^0.16.2", "@jupyterlab/launcher": "^0.16.2", "@jupyterlab/mainmenu": "^0.5.2" }, "devDependencies": { "rimraf": "^2.6.1", "typescript": "~2.6.0", "fs-extra": "^0.30.0", "@phosphor/messaging": "^1.1.0" }, "jupyterlab": { "extension": true } }