@krassowski/theme-material
Version:
Material theme for JupyterLab-LSP
46 lines (45 loc) • 1.2 kB
JSON
{
"name": "@krassowski/theme-material",
"version": "2.1.1",
"description": "Material theme for JupyterLab-LSP",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"lsp",
"language-server-protocol",
"theme",
"material",
"completer"
],
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
"url": "https://github.com/krassowski/jupyterlab-lsp/issues"
},
"license": "BSD-3-Clause",
"author": "JupyterLab-LSP Development Team",
"files": [
"{lib,style,schema,src}/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf,css,json,ts,tsx,txt,md}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/krassowski/jupyterlab-lsp.git"
},
"scripts": {
"build": "tsc -b",
"bundle": "npm pack .",
"clean": "rimraf lib"
},
"dependencies": {
"@krassowski/completion-theme": "^3.0.0"
},
"devDependencies": {},
"peerDependencies": {},
"jupyterlab": {
"extension": true,
"schemaDir": "schema",
"outputDir": "../../python_packages/jupyterlab_lsp/jupyterlab_lsp/labextensions/@krassowski/theme-material"
}
}