-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 885 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
37
38
39
{
"name": "resitail",
"version": "1.5.3",
"description": "Stream your residue server logs using hooks",
"homepage": "https://github.com/abumq/resitail",
"author": "Majid Q. <abumusamq@gmail.com>",
"license": "Apache-2.0",
"bin": "./bin/resitail",
"dependencies": {
"CBuffer": "^2.0.0",
"byline": "^5.0.0",
"child_process": "^1.0.2",
"commander": "^2.11.0",
"events": "^1.1.1",
"fs": "0.0.1-security",
"lodash.includes": "^4.3.0",
"lodash.isempty": "^4.4.0",
"lodash.merge": "^4.6.1",
"residue": "^2.3.19",
"util": "^0.10.3"
},
"scripts": {
"start": "node --harmony index.js"
},
"repository": {
"type": "git",
"url": "http://github.com/abumq/resitail.git"
},
"keywords": [
"tail",
"residue",
"realtime",
"log",
"slack",
"devops"
],
"main": "index",
"preferGlobal": true
}