123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@jupyterlab/rendermime-extension",
- "version": "0.11.0-1",
- "description": "A rendermime extension for JupyterLab",
- "homepage": "https://github.com/jupyterlab/jupyterlab",
- "bugs": {
- "url": "https://github.com/jupyterlab/jupyterlab/issues"
- },
- "license": "BSD-3-Clause",
- "author": "Project Jupyter",
- "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}"
- ],
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "directories": {
- "lib": "lib/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/jupyterlab/jupyterlab.git"
- },
- "scripts": {
- "build": "tsc",
- "clean": "rimraf lib",
- "prepublishOnly": "npm run build",
- "watch": "tsc -w --listEmittedFiles"
- },
- "dependencies": {
- "@jupyterlab/application": "^0.17.0-1",
- "@jupyterlab/docmanager": "^0.17.0-1",
- "@jupyterlab/rendermime": "^0.17.0-1"
- },
- "devDependencies": {
- "rimraf": "~2.6.2",
- "typescript": "~2.9.2"
- },
- "jupyterlab": {
- "extension": true
- }
- }
|