2018-01-31 16:37:04 +00:00
|
|
|
{
|
2018-02-07 08:37:11 +00:00
|
|
|
"name": "jupyterlab-drawio",
|
2018-02-09 21:11:34 +00:00
|
|
|
"version": "0.1.2",
|
2018-02-07 08:37:11 +00:00
|
|
|
"description": "A JupyterLab extension for embedding drawio / mxgraph.",
|
2018-01-31 16:37:04 +00:00
|
|
|
"keywords": [
|
|
|
|
"extension",
|
|
|
|
"jupyter",
|
|
|
|
"jupyterlab"
|
|
|
|
],
|
2018-02-08 16:57:24 +00:00
|
|
|
"homepage": "https://github.com/QuantStack/jupyterlab-drawio",
|
2018-01-31 16:37:04 +00:00
|
|
|
"bugs": {
|
2018-02-08 16:57:24 +00:00
|
|
|
"url": "https://github.com/QuantStack/jupyterlab-drawio/issues"
|
2018-01-31 16:37:04 +00:00
|
|
|
},
|
2018-02-08 16:57:24 +00:00
|
|
|
"license": "Apache 2.0",
|
2018-02-07 08:37:11 +00:00
|
|
|
"author": "Wolf Vollprecht",
|
2018-01-31 16:37:04 +00:00
|
|
|
"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",
|
2018-02-07 08:37:11 +00:00
|
|
|
"url": "https://github.com/wolfv/jupyterlab-drawio.git"
|
2018-01-31 16:37:04 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "node scripts/copyfiles.js && tsc",
|
|
|
|
"clean": "rimraf lib",
|
|
|
|
"watch": "tsc -w"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-02-08 16:46:55 +00:00
|
|
|
"@jupyterlab/application": "^0.15.0",
|
|
|
|
"@jupyterlab/filebrowser": "^0.15.0",
|
2018-02-01 13:37:34 +00:00
|
|
|
"@jupyterlab/mainmenu": "^0.4.0",
|
2018-02-08 16:46:55 +00:00
|
|
|
"@jupyterlab/launcher": "^0.15.0",
|
|
|
|
"@jupyterlab/apputils": "^0.15.0"
|
2018-01-31 16:37:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
"typescript": "~2.6.0",
|
|
|
|
"fs-extra": "^0.30.0",
|
|
|
|
"@phosphor/messaging": "^1.1.0"
|
|
|
|
},
|
|
|
|
"jupyterlab": {
|
|
|
|
"extension": true
|
|
|
|
}
|
|
|
|
}
|