Publishing to npmjs.com
Showing
package-lock.json
deleted
100644 → 0
This diff is collapsed.
| { | ||
| "name": "finesse-syntax-jupyterlab", | ||
| "version": "0.1.0", | ||
| "description": "Syntax highlighting for kat script within jupyterlab.", | ||
| "description": "Syntax highlighting for kat script within JupyterLab.", | ||
| "keywords": [ | ||
| "jupyter", | ||
| "jupyterlab", | ||
| "jupyterlab-extension" | ||
| ], | ||
| "homepage": "https://github.com/my_name/myextension", | ||
| "homepage": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab", | ||
| "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", | ||
| "author": "Phil Jones", | ||
| "author": "Philip Jones", | ||
| "files": [ | ||
| "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}" | ||
| ... | ... | @@ -22,7 +22,7 @@ |
| "style": "style/index.css", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/my_name/myextension.git" | ||
| "url": "http://gitlab.sr.bham.ac.uk/pjj/finesse-syntax-jupyterlab.git" | ||
| }, | ||
| "scripts": { | ||
| "build": "tsc", | ||
| ... | ... |
webpack-config.js
0 → 100644
Please
register
or
sign in
to comment