{ "name": "jupyter-js-plugins", "version": "0.11.3", "description": "Plugins for JupyterLab", "main": "lib/index.js", "typings": "lib/index.d.ts", "dependencies": { "codemirror": "^5.10.0", "jquery": "^2.2.0", "jquery-ui": "^1.10.5", "jupyter-js-notebook": "^0.13.3", "jupyter-js-services": "^0.6.1", "jupyter-js-ui": "^0.2.0", "jupyter-js-utils": "^0.3.0", "jupyter-js-widgets": "0.0.14", "phosphide": "^0.9.0", "phosphor-codemirror": "^0.0.1", "phosphor-di": "^0.9.0", "phosphor-menus": "^1.0.0-rc.1", "phosphor-panel": "^1.0.0-rc.1", "phosphor-properties": "^2.0.0", "phosphor-tabs": "^1.0.0-rc.2", "phosphor-widget": "^1.0.0-rc.1" }, "devDependencies": { "css-loader": "^0.23.1", "expect.js": "^0.3.1", "file-loader": "^0.8.5", "fs-extra": "^0.26.4", "istanbul-instrumenter-loader": "^0.1.3", "json-loader": "^0.5.4", "karma": "^0.13.19", "karma-chrome-launcher": "^0.2.2", "karma-coverage": "^0.5.3", "karma-firefox-launcher": "^0.1.7", "karma-ie-launcher": "^0.2.0", "karma-mocha": "^0.2.1", "karma-mocha-reporter": "^1.1.5", "mocha": "^2.3.4", "rimraf": "^2.5.0", "style-loader": "^0.13.0", "typedoc": "^0.3.12", "typescript": "^1.8.0", "url-loader": "^0.5.7", "watch": "^0.17.1", "webpack": "^1.12.11" }, "scripts": { "clean": "rimraf docs && rimraf lib && rimraf test/build", "clean:example": "rimraf example/build", "build:example": "cd example && npm run update && npm run build", "build:src": "tsc --project src && node scripts/copycss.js", "build:test": "tsc --project test/src && webpack --config test/webpack.conf.js", "build": "npm run build:src && npm run build:test", "docs": "typedoc --options scripts/tdoptions.json", "postinstall": "npm dedupe", "prepublish": "npm run build", "test:chrome": "karma start --browsers=Chrome test/karma.conf.js", "test:coverage": "webpack --config test/webpack-cov.conf.js && karma start test/karma-cov.conf.js", "test:firefox": "karma start --browsers=Firefox test/karma.conf.js", "test:ie": "karma start --browsers=IE test/karma.conf.js", "test:debug": "karma start --browsers=Chrome --singleRun=false --debug=true test/karma.conf.js", "test": "npm run test:firefox", "watch:example": "watch 'npm run build && npm run build:example' src --wait 10", "watch": "watch 'npm run build' src" }, "repository": { "type": "git", "url": "https://github.com/jupyter/jupyter-js-plugins" }, "keywords": [ "jupyter", "jupyterlab", "plugins", "lab" ], "files": [ "lib/*.css", "lib/*.d.ts", "lib/*.js", "lib/**/*.css", "lib/**/*.d.ts", "lib/**/*.js" ], "author": "Project Jupyter", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/jupyter/jupyter-js-plugins/issues" }, "homepage": "https://github.com/jupyter/jupyter-js-plugins" }