You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
793 B
32 lines
793 B
{
|
|
"private": true,
|
|
"name": "jupyter-js-lab",
|
|
"version": "0.1.0",
|
|
"description": "JupyterLab",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"dependencies": {
|
|
"jupyter-js-plugins": "^0.11.8",
|
|
"phosphide": "^0.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"css-loader": "^0.23.1",
|
|
"es6-promise": "^3.0.2",
|
|
"file-loader": "^0.8.5",
|
|
"json-loader": "^0.5.4",
|
|
"rimraf": "^2.5.0",
|
|
"style-loader": "^0.13.0",
|
|
"typescript": "^1.7.5",
|
|
"url-loader": "^0.5.7",
|
|
"webpack": "^1.12.11"
|
|
},
|
|
"scripts": {
|
|
"clean": "rimraf build",
|
|
"build": "npm update jupyter-js-plugins && webpack --config webpack.conf.js",
|
|
"postinstall": "npm dedupe",
|
|
"test": "echo 'no tests specified'"
|
|
},
|
|
"author": "Project Jupyter",
|
|
"license": "BSD-3-Clause"
|
|
}
|