marathon-slack
Version:
Listen to Marathon's Event Bus and send selected event types to a Slack WebHook
36 lines (35 loc) • 968 B
JSON
{
"name": "marathon-slack",
"version": "0.3.0",
"description": "Listen to Marathon's Event Bus and send selected event types to a Slack WebHook",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jordanwilson230/marathon-slack.git"
},
"keywords": [
"Mesos",
"Marathon",
"Slack",
"integration",
"bot",
"event bus",
"webhook"
],
"author": "Jordan Wilson <jordanwilson230@gmail.com> (https://github.com/jordanwilson230)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jordanwilson230/marathon-slack/issues"
},
"homepage": "https://github.com/jordanwilson230/marathon-slack#readme",
"dependencies": {
"marathon-event-bus-client": "^0.1.2",
"request": "^2.74.0",
"request-promise": "^4.1.1",
"require-environment-variables": "^1.1.2"
}
}