-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 797 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 797 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
36
37
38
39
40
41
{
"name": "tails",
"version": "0.5.1",
"dependencies": {
"nomnom": "",
"chain-gang": "",
"socket.io": "",
"barricane-db": "",
"haml": "",
"restify": "",
"mime": ""
},
"engines": {
"node": ">=0.4.7"
},
"bin": {
"tails": "./bin/tails"
},
"description": "Aggregate your syslog messages & filter for those that matter in real time.",
"author": "Sean Porter <portertech@gmail.com>",
"contributors": [
{
"name": "Sean Porter",
"email": "portertech@gmail.com"
},
{
"name": "Justin Kolberg",
"email": "justinkolberg@aelatis.com"
}
],
"repository": {
"type": "git",
"url" : "git://github.com/portertech/tails.git"
},
"keywords": [
"syslog",
"logging",
"tails",
"loggly"
]
}