jupyterlab-slurm
Version:
A JupyterLab extension to interface with the Slurm workload manager.
80 lines (79 loc) • 2.25 kB
JSON
{
"name": "jupyterlab-slurm",
"version": "2.0.0",
"description": "A JupyterLab extension to interface with the Slurm workload manager.",
"keywords": [
"jupyter",
"jupyterlab",
"jupyterlab-extension",
"Slurm",
"NERSC",
"HPC"
],
"style": "style/index.css",
"homepage": "https://github.com/NERSC/jupyterlab-slurm",
"bugs": {
"url": "https://github.com/NERSC/jupyterlab-slurm/issues"
},
"license": "BSD-3-Clause",
"author": "Jon Hays, William Krinsman, NERSC",
"files": [
"lib/**/*.{d.ts,eot,gif,html,jpg,js,js.map,json,png,svg,woff2,ttf}",
"style/**/*.{css,eot,gif,html,jpg,json,png,svg,woff2,ttf}"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/NERSC/jupyterlab-slurm.git"
},
"scripts": {
"build": "tsc",
"clean": "rimraf lib",
"watch": "tsc -w"
},
"dependencies": {
"@babel/preset-typescript": "^7.10.1",
"@jupyterlab/application": "^2.1.2",
"@jupyterlab/apputils": "^2.1.1",
"@jupyterlab/coreutils": "^4.1.0",
"@jupyterlab/filebrowser": "^2.1.1",
"@jupyterlab/launcher": "^2.1.1",
"@jupyterlab/services": "^5.1.0",
"@jupyterlab/testutils": "^2.1.2",
"@types/bootstrap": "^4.3.0",
"@types/datatables.net": "^1.10.12",
"@types/datatables.net-buttons": "^1.4.0",
"@types/datatables.net-select": "^1.2.4",
"@types/fs-extra": "^5.0.5",
"@types/jquery": "^3.3.31",
"@types/lodash": "^4.14.138",
"@types/node": "^11.13.7",
"bootstrap": "^4.2.1",
"datatables.net-buttons-dt": "^1.5.4",
"datatables.net-dt": "^1.10.19",
"datatables.net-plugins": "^1.10.19",
"datatables.net-select-dt": "^1.2.4",
"fs-extra": "^7.0.1",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"popper.js": "^1.15.0",
"react": "^16.9.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.9.0",
"uuid": "^8.1.0",
"yarn-deduplicate": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@types/jest": "^26.0.3",
"jest": "^26.1.0",
"rimraf": "^2.6.1",
"ts-jest": "^26.1.1",
"typescript": "~3.9.0"
},
"jupyterlab": {
"extension": true
}
}