forked from bpaquet/node-logstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 847 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
{
"name": "node-logstash",
"description": "Logstash implementation in node JS",
"version": "0.0.1",
"author": "Bertrand Paquet <[email protected]>",
"keywords": ["logstash", "log", "zmq", "zeromq"],
"main": "./lib/log4node.js",
"homepage": "https://github.com/bpaquet/node-logstash",
"repository": {
"type": "git",
"url": "git://github.com/bpaquet/node-logstash.git"
},
"licenses": [
{
"type": "Apache2",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"vows": "0.7.0",
"whereis": "0.0.2"
},
"scripts": {
"test": "./test-runner.sh"
},
"dependencies": {
"log4node": "0.1.2",
"zmq": "2.3.x",
"optimist": "0.3.4",
"moment": "1.7.0",
"redis": "0.8.x"
},
"directories": {
"test": "./test",
"bin": "./bin"
}
}