jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
112 lines (111 loc) • 3.9 kB
JSON
{
"name": "jupyterlab-emrys",
"version": "0.1.3",
"description": "A computational environment for Jupyter. Powered by Emrys",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"dependencies": {
"ansi_up": "^1.3.0",
"backbone": "^1.2.0",
"codemirror": "^5.12.0",
"d3-dsv": "^1.0.0",
"diff-match-patch": "^1.0.0",
"es6-promise": "^3.2.1",
"jquery": "^2.2.0",
"jquery-ui": "^1.10.5 <1.12",
"jupyter-js-services": "^0.17.0",
"leaflet": "^0.7.7",
"marked": "^0.3.5",
"moment": "^2.11.2",
"phosphide": "^0.10.0",
"phosphor-arrays": "^1.0.6",
"phosphor-disposable": "^1.0.5",
"phosphor-domutil": "^1.2.0",
"phosphor-dragdrop": "^0.9.0",
"phosphor-keymap": "^0.8.0",
"phosphor-menus": "^1.0.0-rc.1",
"phosphor-messaging": "^1.0.6",
"phosphor-panel": "^1.0.0-rc.1",
"phosphor-properties": "^2.0.0",
"phosphor-signaling": "^1.2.0",
"phosphor-splitpanel": "^1.0.0-rc.1",
"phosphor-tabs": "^1.0.0-rc.2",
"phosphor-widget": "^1.0.0-rc.1",
"sanitize-html": "^1.12.0",
"simulate-event": "^1.2.0",
"xterm": "^1.0.0"
},
"devDependencies": {
"concurrently": "^2.0.0",
"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",
"raw-loader": "^0.5.1",
"rimraf": "^2.5.0",
"style-loader": "^0.13.0",
"typedoc": "^0.4.2",
"typescript": "^1.8.0",
"url-loader": "^0.5.7",
"watch": "^0.17.1",
"webpack": "^1.12.11"
},
"scripts": {
"build": "npm run build:src",
"build:all": "npm run build:src && npm run build:serverextension",
"build:examples": "node scripts/buildexamples.js",
"build:src": "tsc --project src && node scripts/copyfiles.js",
"build:test": "tsc --project test/src && webpack --config test/webpack.conf.js",
"build:serverextension": "cd jupyterlab && npm run build && cd ..",
"clean": "rimraf docs && rimraf lib && rimraf test/build && rimraf test/coverage",
"clean:examples": "node scripts/cleanexamples.js",
"docs": "typedoc --mode modules --module commonjs --excludeNotExported --target es5 --moduleResolution node --out docs/ src",
"postinstall": "npm dedupe",
"prepublish": "npm run build",
"test": "npm run test:firefox",
"test:chrome": "npm run build:test && karma start --browsers=Chrome test/karma.conf.js",
"test:coverage": "npm run build:test && webpack --config test/webpack-cov.conf.js && karma start test/karma-cov.conf.js",
"test:debug": "npm run build:test && karma start --browsers=Chrome --singleRun=false --debug=true test/karma.conf.js",
"test:firefox": "npm run build:test && karma start --browsers=Firefox test/karma.conf.js",
"test:ie": "npm run build:test && karma start --browsers=IE test/karma.conf.js",
"watch": "watch 'npm run build:all' src --wait 10",
"watch:src": "watch 'npm run build' src --wait 10",
"watch:test": "watch 'npm run build && npm test' src test/src --wait 10"
},
"repository": {
"type": "git",
"url": "https://github.com/projectemrys/jupyterlab"
},
"keywords": [
"jupyter",
"emrys",
"jupyterlab-emrys",
"jupyterlab"
],
"files": [
"lib/*.css",
"lib/*.d.ts",
"lib/*.js",
"lib/**/*.css",
"lib/**/*.d.ts",
"lib/**/*.js",
"lib/**/*.svg",
"lib/**/*.gif"
],
"author": "Emrys Inc.",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/projectemrys/jupyterlab/issues"
},
"homepage": "https://github.com/projectemrys/jupyterlab"
}