-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 838 Bytes
/
package.json
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
36
{
"name": "log-to-slack",
"version": "2.0.4",
"description": "Parse logs on remote servers and post some of them Slack",
"homepage": "https://github.com/kokarn/log-to-slack",
"main": "./index.js",
"bin": "./bin/log-to-slack",
"repository": {
"type": "git",
"url": "https://github.com/kokarn/log-to-slack.git"
},
"bugs": {
"url": "https://github.com/kokarn/log-to-slack/issues"
},
"scripts": {
"eslint": "eslint",
"test": "eslint lib"
},
"license": "MIT",
"author": {
"name": "Oskar Risberg",
"email": "[email protected]"
},
"dependencies": {
"chalk": "^1.1.1",
"merge": "^1.2.0",
"moment": "^2.13.0",
"nconf": "^0.8.2",
"slack-node": "^0.2.0",
"ssh2": "^0.5.0",
"web-vuln-scan-list": "^1.1.1"
},
"devDependencies": {
"eslint": "^2.10.2"
}
}