|
@@ -2,30 +2,15 @@
|
|
|
"name": "@jupyterlab/theme-light-extension",
|
|
|
"version": "0.9.0",
|
|
|
"description": "JupyterLab - Default Light Theme",
|
|
|
- "main": "lib/index.js",
|
|
|
- "types": "lib/index.d.ts",
|
|
|
- "files": [
|
|
|
- "lib/*.d.ts",
|
|
|
- "lib/*.js",
|
|
|
- "style/*.css"
|
|
|
- ],
|
|
|
- "directories": {
|
|
|
- "lib": "lib/"
|
|
|
- },
|
|
|
"dependencies": {
|
|
|
- "@jupyterlab/application": "^0.9.0",
|
|
|
"@jupyterlab/theming": "^0.9.0"
|
|
|
},
|
|
|
- "devDependencies": {
|
|
|
- "rimraf": "^2.5.2",
|
|
|
- "typescript": "~2.4.1"
|
|
|
- },
|
|
|
"repository": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
|
},
|
|
|
"jupyterlab": {
|
|
|
- "extension": true
|
|
|
+ "themeExtension": true
|
|
|
},
|
|
|
"author": "Project Jupyter",
|
|
|
"license": "BSD-3-Clause",
|