moog-graze
Version:
Interact with MOOG.AIOps via Graze (REST)
35 lines (34 loc) • 745 B
JSON
{
"name": "moog-graze",
"version": "0.2.3",
"description": "Interact with MOOG.AIOps via Graze (REST)",
"main": "./lib/moog-graze",
"scripts": {
"test": "mocha ./test/mocha*"
},
"repository": {
"type": "git",
"url": "https://github.com/moogsoft/moog-graze.git"
},
"keywords": [
"moog",
"incident.MOOG",
"graze",
"REST"
],
"author": "Moogsoft <stephen@moogsoft.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/moogsoft/moog-graze/issues"
},
"homepage": "https://github.com/moogsoft/moog-graze",
"devDependencies": {
"grunt": "*",
"grunt-jsdoc": "*",
"chai": "*"
},
"dependencies": {
"debug": "^2.2.0",
"https-proxy-agent": "^1.0.0"
}
}