Skip to content

Commit 06a3474

Browse files
committed
Add back all metadata to labextension/package.json
1 parent 3e4e01a commit 06a3474

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

labextension/package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
11
{
22
"name": "@jupyterhub/jupyter-server-proxy",
33
"version": "4.1.1-0.dev",
4+
"description": "A JupyterLab extension accompanying the PyPI package jupyter-server-proxy adding launcher items for configured server processes.",
5+
"keywords": [
6+
"jupyter",
7+
"jupyterlab",
8+
"jupyterlab-extension"
9+
],
410
"homepage": "https://github.com/jupyterhub/jupyter-server-proxy",
11+
"bugs": {
12+
"url": "https://github.com/jupyterhub/jupyter-server-proxy/issues"
13+
},
514
"license": "BSD-3-Clause",
15+
"author": {
16+
"name": "Ryan Lovett & Yuvi Panda",
17+
"email": "[email protected]"
18+
},
619
"files": [
720
"LICENSE",
821
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}"
922
],
1023
"main": "lib/index.js",
1124
"types": "lib/index.d.ts",
25+
"repository": {
26+
"type": "git",
27+
"url": "https://github.com/jupyterhub/jupyter-server-proxy.git"
28+
},
1229
"scripts": {
1330
"build": "jlpm run build:lib && jlpm run build:labextension:dev",
1431
"build:prod": "jlpm clean && jlpm run build:lib && jlpm run build:labextension",

0 commit comments

Comments
 (0)