UNPKG

913 BJSONView Raw
1{
2 "name": "resitail",
3 "version": "1.3.7",
4 "description": "Stream your residue server logs using hooks",
5 "homepage": "https://github.com/muflihun/resitail",
6 "author": "Muflihun Labs <info@muflihun.com>",
7 "license": "Apache-2.0",
8 "bin": "./bin/resitail",
9 "dependencies": {
10 "CBuffer": "^2.0.0",
11 "byline": "^5.0.0",
12 "child_process": "^1.0.2",
13 "commander": "^2.11.0",
14 "events": "^1.1.1",
15 "fs": "0.0.1-security",
16 "lodash.includes": "^4.3.0",
17 "lodash.isempty": "^4.4.0",
18 "lodash.merge": "^4.6.0",
19 "slack-node": "^0.1.8",
20 "socket.io": "^2.0.4",
21 "util": "^0.10.3"
22 },
23 "scripts": {
24 "start": "node index.js"
25 },
26 "repository": {
27 "type": "git",
28 "url": "http://github.com/muflihun/resitail.git"
29 },
30 "keywords": [
31 "tail",
32 "residue",
33 "realtime",
34 "log",
35 "slack",
36 "devops"
37 ],
38 "main": "index",
39 "preferGlobal": true
40}