-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 829 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
{
"name": "winston-fluent",
"description": "A fluent transport for winston",
"version": "0.1.0",
"author": "Hironori Takahashi <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/sakamoto-san/winston-fluent.git"
},
"keywords": [
"logging",
"tools",
"sysadmin",
"winston",
"fluent",
"td-agent"
],
"dependencies": {
"fluent-logger": "~0.2.3"
},
"devDependencies": {
"vows": "~0.7.0"
},
"peerDependencies": {
"winston": ">=0.5.0 <0.7.1"
},
"main": "./lib/winston-fluent",
"scripts": {
"test": "vows test/*-test.js --spec"
},
"engines": {
"node": "0.8.x"
},
"readmeFilename": "README.md",
"gitHead": "3384ee5b05515b38e79b739c54479840707c3142",
"directories": {
"test": "test"
},
"license": "MIT"
}