You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
352 B
17 lines
352 B
{
|
|
"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": "*",
|
|
"less": "~2",
|
|
"less-plugin-clean-css": "*"
|
|
}
|
|
}
|