ipydrawio/package.json

51 wiersze
1.3 KiB
JSON
Czysty Zwykły widok Historia

2018-01-31 16:37:04 +00:00
{
2018-02-07 08:37:11 +00:00
"name": "jupyterlab-drawio",
"version": "0.2.0",
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",
"jupyterlab-extension"
2018-01-31 16:37:04 +00:00
],
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": {
"@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"
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
}
}