Publishing to npmjs.com
Showing
package-lock.json
deleted
100644 → 0
{ | { | ||
"name": "finesse-syntax-jupyterlab", | "name": "finesse-syntax-jupyterlab", | ||
"version": "0.1.0", | "version": "0.1.0", | ||
"description": "Syntax highlighting for kat script within jupyterlab.", | "description": "Syntax highlighting for kat script within JupyterLab.", | ||
"keywords": [ | "keywords": [ | ||
"jupyter", | "jupyter", | ||
"jupyterlab", | "jupyterlab", | ||
"jupyterlab-extension" | "jupyterlab-extension" | ||
], | ], | ||
"homepage": "https://github.com/my_name/myextension", | "homepage": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab", | ||
"bugs": { | "bugs": { | ||
"url": "https://github.com/my_name/myextension/issues" | "url": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab/issues" | ||
}, | }, | ||
"license": "BSD-3-Clause", | "license": "BSD-3-Clause", | ||
"author": "Phil Jones", | "author": "Philip Jones", | ||
"files": [ | "files": [ | ||
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | "lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}", | ||
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | "style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}" | ||
... | @@ -22,7 +22,7 @@ | ... | @@ -22,7 +22,7 @@ |
"style": "style/index.css", | "style": "style/index.css", | ||
"repository": { | "repository": { | ||
"type": "git", | "type": "git", | ||
"url": "https://github.com/my_name/myextension.git" | "url": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab.git" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
"build": "tsc", | "build": "tsc", | ||
... | ... |
webpack-config.js
0 → 100644
Please
register
or
sign in
to comment