notebook/package.json
Matthias Bussonnier d239839e07 Build js translation at build time.
Make sure they are included in sdist/wheel.
2018-09-16 11:55:22 +02:00

24 lines
575 B
JSON

{
"name": "jupyter-notebook-deps",
"version": "4.0.0",
"description": "Jupyter Notebook nodejs dependencies",
"author": "Jupyter Developers",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/jupyter/notebook.git"
},
"scripts": {
"bower": "bower install",
"build": "python setup.py js css",
"build:watch": "set -e; while true; do npm run build; sleep 3; done"
},
"devDependencies": {
"bower": "*",
"less": "~2",
"requirejs": "^2.1.17",
"po2json": "^0.4.5"
},
"dependencies": {}
}