hzn-cli
Version:
Open Horizon CLI toolkit helps streamline the process of preparing node agents and perform tasks between orgs environments
35 lines (34 loc) • 655 B
JSON
{
"name": "mms-docker",
"version": "1.0.0",
"description": "Model Management System",
"main": "index.js",
"directories": {
"example": "open-horizon"
},
"scripts": {
"start": "node node-mon.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/playground/open-labs"
},
"keywords": [
"IEAM",
"Open",
"Horizon",
"edge",
"computing",
"MMS",
"Model",
"Management",
"Service"
],
"author": "ljeff@us.ibm.com",
"license": "ISC",
"dependencies": {
"find-process": "^1.4.4",
"is-zip-file": "^1.0.2"
}
}