mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
69d86dccc7
Is usefull mostly for css, but will be for typscript too.
23 lines
543 B
JSON
23 lines
543 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/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",
|
|
"source-map": "^0.4.2"
|
|
}
|
|
}
|