notebook/package.json

24 lines
579 B
JSON
Raw Normal View History

{
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-3-Clause",
2015-04-15 05:35:43 +08:00
"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
},
"scripts": {
"bower": "bower install",
"build": "python setup.py js css",
"build:watch": "set -e; while true; do npm run build; sleep 3; done"
},
2015-04-15 05:35:43 +08:00
"devDependencies": {
2019-06-27 14:10:31 +08:00
"bower": "^1.8.8",
2015-08-13 03:52:16 +08:00
"less": "~2",
2019-06-27 14:12:23 +08:00
"po2json": "^0.4.5",
"requirejs": "^2.3.6"
},
"dependencies": {}
}