UNPKG

636 BJSONView Raw
1{
2 "author": "Dead Pixels Collective",
3 "bugs": {
4 "url": "https://github.com/deathbeds/jupyterlab-fonts/issues"
5 },
6 "description": "Code Fonts for JupyterLab",
7 "files": ["lib/*.{d.ts,js}"],
8 "keywords": ["jupyter", "jupyterlab", "fonts"],
9 "license": "BSD-3-Clause",
10 "main": "lib/index.js",
11 "name": "@deathbeds/jupyterlab-fonts",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/deathbeds/jupyterlab-fonts.git"
15 },
16 "types": "lib/index.d.ts",
17 "version": "0.1.1",
18 "dependencies": {
19 "@phosphor/coreutils": "^1.3.0",
20 "@phosphor/widgets": "^1.5.0",
21 "@phosphor/commands": "^1.4.0"
22 }
23}