mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-06 11:35:24 +08:00
e00931bc11
- build-main.js is a separate file, spawned with process.fork to allow parallel builds - gulp js builds main.min.js for each js application
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"name": "jupyter-notebook-deps",
|
|
"version": "4.0.0",
|
|
"description": "Jupyter Notebook nodejs dependencies",
|
|
"author": "Jupyter Developers",
|
|
"license": "BSD",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jupyter/notebook.git"
|
|
},
|
|
"devDependencies": {
|
|
"bower": "*",
|
|
"gulp": "^3.8.11",
|
|
"gulp-less": "^3.0.2",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-minify-css": "^1.0.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^1.5.1",
|
|
"less": "~2",
|
|
"requirejs": "^2.1.17",
|
|
"source-map": "^0.4.2"
|
|
}
|
|
}
|