forked from fluent/fluent-logger-node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 993 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "fluent-logger",
"version": "2.7.0",
"main": "./lib/index.js",
"scripts": {
"test": "mocha -t 10000 --recursive",
"lint": "eslint ."
},
"author": {
"name": "Yohei Sasaki",
"email": "[email protected]",
"url": "http://github.com/yssk22"
},
"contributors": [
{
"name": "Eduardo Silva",
"email": "[email protected]",
"url": "http://edsiper.linuxchile.cl"
},
{
"name": "okkez",
"email": "[email protected]",
"url": "http://okkez.net"
}
],
"repository": {
"type": "git",
"url": "http://github.com/fluent/fluent-logger-node"
},
"engines": {
"node": ">=4"
},
"dependencies": {
"msgpack-lite": "*"
},
"devDependencies": {
"async": "",
"chai": "",
"mocha": "",
"winston": "",
"eslint": "^4.11.0",
"eslint-plugin-node": "",
"selfsigned": ""
},
"license": "Apache-2.0",
"keywords": [
"logger",
"fluent",
"fluentd"
]
}