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",
|
2015-05-14 01:56:32 +08:00
|
|
|
"url": "https://github.com/jupyter/notebook.git"
|
2015-04-15 05:35:43 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"bower": "*",
|
|
|
|
"gulp": "^3.8.11",
|
|
|
|
"gulp-less": "^3.0.2",
|
2015-04-22 05:46:22 +08:00
|
|
|
"gulp-livereload": "^3.8.0",
|
2015-05-05 10:43:07 +08:00
|
|
|
"gulp-newer": "^0.5.0",
|
2015-04-15 05:35:43 +08:00
|
|
|
"gulp-rename": "^1.2.2",
|
2015-04-16 05:32:16 +08:00
|
|
|
"gulp-sourcemaps": "^1.5.1",
|
2015-04-16 05:56:06 +08:00
|
|
|
"less": "~2",
|
2015-04-30 05:04:59 +08:00
|
|
|
"requirejs": "^2.1.17",
|
2015-05-05 10:43:07 +08:00
|
|
|
"source-map": "^0.4.2",
|
2015-05-24 05:44:25 +08:00
|
|
|
"through": "^2.3.7"
|
2015-04-15 05:35:43 +08:00
|
|
|
}
|
2015-04-12 06:54:58 +08:00
|
|
|
}
|