-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 895 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": "log4js-logstash-redis",
"version": "1.2.0",
"description": "A simple log appender for log4js that sends the data to logstash by redis.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover _mocha"
},
"repository": {
"type": "git",
"url": "git+https://beyond5959@github.com/beyond5959/log4js-logstash-redis.git"
},
"keywords": [
"log",
"log4js",
"logstash",
"redis"
],
"author": {
"name": "xin liu",
"email": "liuxin5959@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beyond5959/log4js-logstash-redis/issues"
},
"homepage": "https://github.com/beyond5959/log4js-logstash-redis#readme",
"dependencies": {
"ioredis": "^3.1.2",
"log4js": "^2.3.3"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.5.0",
"power-assert": "^1.4.4"
}
}