icinga-hubot-script
Version:
A hubot script that takes notification messages from Icinga and post them to any IRC channel
37 lines (36 loc) • 862 B
JSON
{
"name": "icinga-hubot-script",
"description": "A hubot script that takes notification messages from Icinga and post them to any IRC channel",
"version": "0.1.9",
"author": "Joerg Fiedler <joerg.fiedler@immobilienscout24.de>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"icinga"
],
"repository": {
"type": "git",
"url": "git@github.com:JoergFiedler/icinga-hubot.git"
},
"bugs": {
"url": "https://github.com/JoergFiedler/icinga-hubot/issues"
},
"dependencies": {
"coffee-script": "~1.6"
},
"devDependencies": {
"mocha": "*",
"chai": "*",
"sinon-chai": "*",
"sinon": "*",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"matchdep": "~0.1.2",
"grunt-contrib-watch": "~0.5.3"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}