2015-04-12 06:54:58 +08:00
|
|
|
{
|
2015-04-15 05:35:43 +08:00
|
|
|
"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-minify-css": "^1.0.0",
|
|
|
|
"gulp-rename": "^1.2.2",
|
2015-04-16 05:32:16 +08:00
|
|
|
"gulp-sourcemaps": "^1.5.1",
|
2015-04-15 05:35:43 +08:00
|
|
|
"less": "~2"
|
|
|
|
}
|
2015-04-12 06:54:58 +08:00
|
|
|
}
|