jupyterlab_iframe/package.json

35 lines
764 B
JSON
Raw Permalink Normal View History

2018-03-11 22:55:24 -04:00
{
"name": "jupyterlab_iframe",
2018-05-31 10:31:54 -04:00
"version": "0.1.4",
2018-03-11 22:55:24 -04:00
"description": "A JupyterLab extension.",
"author": "Tim Paine",
"main": "lib/index.js",
"keywords": [
"jupyter",
"jupyterlab"
],
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"prepublish": "npm run build"
},
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.css"
],
"jupyterlab": {
"extension": true
},
"dependencies": {
2018-04-18 15:30:39 -04:00
"@jupyterlab/application": "^0.16.0",
"@jupyterlab/apputils": "^0.16.0",
2018-05-31 10:29:13 -04:00
"@jupyterlab/coreutils": "^1.0.2",
2018-04-18 15:30:39 -04:00
"@jupyterlab/docmanager": "^0.16.0",
2018-03-11 22:55:24 -04:00
"@phosphor/disposable": "^1.1.2"
},
"devDependencies": {
"rimraf": "^2.6.1",
"typescript": "~2.6.2"
}
}