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",
|
2015-07-22 07:34:44 +08:00
|
|
|
"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
|
|
|
},
|
2015-07-22 07:34:44 +08:00
|
|
|
"scripts": {
|
2015-08-27 15:00:15 +08:00
|
|
|
"bower": "bower install",
|
2016-02-05 04:19:28 +08:00
|
|
|
"build:watch": "concurrent \"npm run build:css:watch\" \"npm run build:js:watch\"",
|
|
|
|
"build": "npm run build:css && npm run build:js",
|
|
|
|
"build:css": "python setup.py css",
|
|
|
|
"build:css:watch": "echo Not implemented yet...",
|
|
|
|
"build:js": "webpack",
|
|
|
|
"build:js:watch": "npm run build:js -- --watch"
|
2015-07-22 07:34:44 +08:00
|
|
|
},
|
2015-04-15 05:35:43 +08:00
|
|
|
"devDependencies": {
|
|
|
|
"bower": "*",
|
2016-02-05 04:19:28 +08:00
|
|
|
"concurrently": "^1.0.0",
|
2015-08-13 03:52:16 +08:00
|
|
|
"less": "~2",
|
2016-02-05 04:19:28 +08:00
|
|
|
"requirejs": "^2.1.17",
|
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"webpack": "^1.12.13"
|
2016-02-05 05:18:31 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"moment": "^2.8.4"
|
2015-04-15 05:35:43 +08:00
|
|
|
}
|
2015-04-12 06:54:58 +08:00
|
|
|
}
|