35 lines
810 B
JSON
35 lines
810 B
JSON
{
|
|
"name": "jupyterlab_iframe",
|
|
"version": "0.1.4",
|
|
"description": "A JupyterLab extension.",
|
|
"author": "Tim Paine",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"jupyter",
|
|
"jupyterlab"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf lib",
|
|
"prepublishOnly": "npm run build",
|
|
"watch": "tsc -w --listEmittedFiles"
|
|
},
|
|
"files": [
|
|
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
|
|
"style/**/*.css"
|
|
],
|
|
"jupyterlab": {
|
|
"extension": true
|
|
},
|
|
"dependencies": {
|
|
"@jupyterlab/application": "^0.16.0",
|
|
"@jupyterlab/apputils": "^0.16.0",
|
|
"@jupyterlab/coreutils": "^1.0.2",
|
|
"@jupyterlab/docmanager": "^0.16.0",
|
|
"@phosphor/disposable": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "^2.6.1",
|
|
"typescript": "~2.6.2"
|
|
}
|
|
}
|