hab-client
Version:
Promise-based habitat client that mostly just executes the hab binary but can also query the supervisor API
31 lines (30 loc) • 785 B
JSON
{
"name": "hab-client",
"version": "1.1.3",
"description": "Promise-based habitat client that mostly just executes the hab binary but can also query the supervisor API",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JarvusInnovations/hab-client.git"
},
"keywords": [
"habitat",
"hab",
"supervisor",
"chef"
],
"author": "Chris Alfano <chris@jarv.us>",
"license": "MIT",
"bugs": {
"url": "https://github.com/JarvusInnovations/hab-client/issues"
},
"homepage": "https://github.com/JarvusInnovations/hab-client#readme",
"dependencies": {
"axios": "^1.3.4",
"semver": "^7.3.8",
"underscore": "^1.13.6"
}
}