mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
7923bc817c
and add a few clarifying comments
26 lines
616 B
JSON
26 lines
616 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-newer": "^0.5.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^1.5.1",
|
|
"less": "~2",
|
|
"requirejs": "^2.1.17",
|
|
"source-map": "^0.4.2",
|
|
"through": "^2.3.7"
|
|
}
|
|
}
|