123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "name": "@jupyterlab/tooltip",
- "version": "0.14.1",
- "description": "JupyterLab - Tooltip Widget",
- "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",
- "style/*.css"
- ],
- "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"
- },
- "dependencies": {
- "@jupyterlab/apputils": "^0.14.1",
- "@jupyterlab/codeeditor": "^0.14.1",
- "@jupyterlab/rendermime": "^0.14.1",
- "@jupyterlab/services": "^1.0.1",
- "@phosphor/coreutils": "^1.3.0",
- "@phosphor/messaging": "^1.2.2",
- "@phosphor/widgets": "^1.5.0"
- },
- "devDependencies": {
- "rimraf": "~2.6.2",
- "typescript": "~2.6.2"
- }
- }
|