master
/ .localenv / lib / python3.5 / site-packages / jupyterlab / schemas / @jupyterlab / markdownviewer-extension / package.json.orig

package.json.orig @master

4d078e2
08862c9
 
 
4d078e2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
08862c9
4d078e2
08862c9
4d078e2
08862c9
4d078e2
 
08862c9
 
 
 
 
4d078e2
 
 
08862c9
 
4d078e2
08862c9
 
 
 
4d078e2
 
 
 
 
{
  "name": "@jupyterlab/markdownviewer-extension",
  "version": "1.0.0-alpha.3",
  "description": "JupyterLab - Markdown Renderer Extension",
  "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",
    "lib/*.js.map",
    "lib/*.js",
    "schema/*.json"
  ],
  "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 -b",
    "clean": "rimraf lib",
    "docs": "typedoc --options tdoptions.json --theme ../../typedoc-theme src",
    "prepublishOnly": "npm run build",
    "watch": "tsc -b --watch"
  },
  "dependencies": {
    "@jupyterlab/application": "^1.0.0-alpha.3",
    "@jupyterlab/apputils": "^1.0.0-alpha.3",
    "@jupyterlab/coreutils": "^3.0.0-alpha.3",
    "@jupyterlab/markdownviewer": "^1.0.0-alpha.3",
    "@jupyterlab/rendermime": "^1.0.0-alpha.3"
  },
  "devDependencies": {
    "rimraf": "~2.6.2",
    "typedoc": "^0.14.2",
    "typescript": "~3.3.1"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5a5390c3d66c033d28e8e48256f4d7f7d0b6834b",
  "jupyterlab": {
    "extension": true,
    "schemaDir": "schema"
  }
}