-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.32 KB
/
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
40
41
42
43
44
45
46
47
48
{
"name": "remote-tail",
"version": "1.0.8",
"description": "Server and client used for sharing of log files over TCP. Simple setup on the server and just as easy as `tail -f` on the clients.",
"engines": {
"node": ">=4.1.1"
},
"dependencies": {
"commander": "^2.9.0",
"tail": "1.1.0",
"uniqid": "3.0.0"
},
"bin": {
"remote-tail": "./bin/remote-tail"
},
"author": {
"name": "Victor Jonsson",
"email": "[email protected]",
"url": "http://victorjonsson.se"
},
"license": "MIT",
"_id": "[email protected]",
"scripts": {},
"_shasum": "8ca0095e1288fb9d5d1678b554461e17494ba6aa",
"_from": "remote-tail@latest",
"_npmVersion": "2.14.12",
"_nodeVersion": "4.2.4",
"_npmUser": {
"name": "victorjonsson",
"email": "[email protected]"
},
"dist": {
"shasum": "8ca0095e1288fb9d5d1678b554461e17494ba6aa",
"tarball": "https://registry.npmjs.org/remote-tail/-/remote-tail-1.0.6.tgz"
},
"maintainers": [
{
"name": "victorjonsson",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/remote-tail-1.0.6.tgz_1464645677217_0.8634708407334983"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/remote-tail/-/remote-tail-1.0.6.tgz"
}