@adamcsanders/theme-light
Version:
Light theme to restore old behaviors
56 lines (55 loc) • 1.21 kB
JSON
{
"name": "@adamcsanders/theme-light",
"version": "1.0.0a1.8",
"description": "Light theme to restore old behaviors",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"jupyterlab-theme",
"darcula",
"darcula-theme"
],
"homepage": "https://github.com/adamcsanders/theme-light",
"bugs": {
"url": "https://github.com/adamcsanders/theme-light/issues"
},
"license": "BSD-3-Clause",
"author": "Max Klein",
"files": [
"lib/*.d.ts",
"lib/*.js.map",
"lib/*.js",
"style/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib/"
},
"repository": {
"type": "git",
"url": "https://github.com/adamcsanders/theme-light.git"
},
"scripts": {
"build": "tsc -b",
"clean": "rimraf lib",
"prepare": "npm run clean && npm run build",
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^1.0.0a1",
"@jupyterlab/apputils": "^1.0.0a1"
},
"devDependencies": {
"rimraf": "~2.6.2",
"typescript": "~3.3.1"
},
"publishConfig": {
"access": "public"
},
"jupyterlab": {
"extension": true,
"themePath": "style/index.css"
}
}