snakepit-client/package.json

54 строки
1.2 KiB
JSON

{
"name": "snakepit-client",
"version": "0.0.1",
"description": "Snakepit job scheduler command line client",
"main": "src/cli.js",
"bin": {
"pit": "src/pit.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mozilla/snakepit-client.git"
},
"keywords": [
"snakepit",
"client",
"cli",
"command",
"line",
"job",
"scheduler",
"machine",
"learning"
],
"author": "Tilman Kamp",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/snakepit-client/issues"
},
"homepage": "https://github.com/mozilla/snakepit-client#readme",
"dependencies": {
"agentkeepalive": "^4.0.0",
"buffer-serializer": "^1.1.0",
"commander": "^2.19.0",
"filesize": "^4.1.2",
"filesize-parser": "^1.5.0",
"fs-extra": "^8.0.1",
"ignore": "^5.1.2",
"matcher": "^1.1.1",
"mime": ">=2.4.0",
"multiplex": "^6.7.0",
"progress": "^2.0.3",
"randomstring": "^1.1.5",
"readline-sync": "^1.4.9",
"request": "^2.88.0",
"tar-fs": "^2.0.0",
"tmp": "0.0.33",
"websocket-stream": "^5.5.0",
"ws": "^6.2.0"
}
}