mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-09 03:50:45 +08:00
fd73915a59
* Update repo links to the jupyterlab org * Fix permissions for the binder workflow * Project Jupyter Contributors * Add community guidelines to the README
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"name": "@retrolab/metapackage",
|
|
"private": true,
|
|
"version": "0.3.0-alpha.1",
|
|
"description": "RetroLab - Metapackage",
|
|
"homepage": "https://github.com/jupyterlab/retrolab",
|
|
"bugs": {
|
|
"url": "https://github.com/jupyterlab/retrolab/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jupyterlab/retrolab.git"
|
|
},
|
|
"license": "BSD-3-Clause",
|
|
"author": "Project Jupyter",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -b",
|
|
"watch": "tsc -b -w --preserveWatchOutput"
|
|
},
|
|
"dependencies": {
|
|
"@retrolab/application": "file:../application",
|
|
"@retrolab/application-extension": "file:../application-extension",
|
|
"@retrolab/docmanager-extension": "file:../docmanager-extension",
|
|
"@retrolab/help-extension": "file:../help-extension",
|
|
"@retrolab/lab-extension": "file:../lab-extension",
|
|
"@retrolab/notebook-extension": "file:../notebook-extension",
|
|
"@retrolab/terminal-extension": "file:../terminal-extension",
|
|
"@retrolab/tree-extension": "file:../tree-extension",
|
|
"@retrolab/ui-components": "file:../ui-components"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "~4.1.3"
|
|
}
|
|
}
|