|
@@ -1,42 +0,0 @@
|
|
|
-{
|
|
|
- "name": "@jupyterlab/renderers",
|
|
|
- "version": "0.1.0",
|
|
|
- "description": "JupyterLab - MIME Renderers",
|
|
|
- "main": "lib/index.js",
|
|
|
- "types": "lib/index.d.ts",
|
|
|
- "files": [
|
|
|
- "lib/*.d.ts",
|
|
|
- "lib/*.js"
|
|
|
- ],
|
|
|
- "directories": {
|
|
|
- "lib": "lib/"
|
|
|
- },
|
|
|
- "dependencies": {
|
|
|
- "@jupyterlab/codemirror": "^0.1.0",
|
|
|
- "@jupyterlab/rendermime": "^0.1.0",
|
|
|
- "@phosphor/coreutils": "^0.1.5",
|
|
|
- "@phosphor/messaging": "^0.1.2",
|
|
|
- "@phosphor/widgets": "^0.3.0",
|
|
|
- "ansi_up": "^1.3.0",
|
|
|
- "codemirror": "^5.24.2",
|
|
|
- "marked": "^0.3.6"
|
|
|
- },
|
|
|
- "devDependencies": {
|
|
|
- "rimraf": "^2.5.2",
|
|
|
- "typescript": "^2.2.1"
|
|
|
- },
|
|
|
- "scripts": {
|
|
|
- "build": "tsc",
|
|
|
- "clean": "rimraf lib"
|
|
|
- },
|
|
|
- "repository": {
|
|
|
- "type": "git",
|
|
|
- "url": "https://github.com/jupyterlab/jupyterlab.git"
|
|
|
- },
|
|
|
- "author": "Project Jupyter",
|
|
|
- "license": "BSD-3-Clause",
|
|
|
- "bugs": {
|
|
|
- "url": "https://github.com/jupyterlab/jupyterlab/issues"
|
|
|
- },
|
|
|
- "homepage": "https://github.com/jupyterlab/jupyterlab"
|
|
|
-}
|