forked from tobilg/marathon-slack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 968 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"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"
}
}