add package.json for fetching bower, less

Min RK 11 years ago
parent 94abadd432
commit cfd1ee51e5

1
.gitignore vendored

@ -7,6 +7,7 @@ docs/source/api/generated
docs/gh-pages
jupyter_notebook/static/components
jupyter_notebook/static/style/*.min.css*
node_modules
*.py[co]
__pycache__
*.egg-info

@ -0,0 +1,16 @@
{
"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": "*"
}
}
Loading…
Cancel
Save