moog-bulkconfig
Version:
Moogsoft bulk config utility
31 lines (30 loc) • 636 B
JSON
{
"name": "moog-bulkconfig",
"version": "0.9.6",
"description": "Moogsoft bulk config utility",
"scripts": {
"test": "node index.js --help"
},
"author": "Richard Whitehead <reverend@moogsoft.com>",
"license": "Apache-2.0",
"dependancies": {
"js-yaml": "^3.13.1",
"getopts": "^2.2.5"
},
"bin": {
"moog-bulkconfig": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moogsoft/moog-bulkconfig.git"
},
"homepage": "https://github.com/moogsoft/moog-bulkconfig",
"keywords": [
"moog",
"Express",
"AIOps",
"Moogsoft",
"REST",
"API"
]
}