forked from jaakkos/winston-logio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.1 KB
/
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
52
53
54
55
{
"name": "winston-logio",
"version": "0.3.0",
"description": "A Log.io transport for winston",
"main": "./lib/winston-logio",
"homepage": "https://github.com/jaakkos/winston-logio",
"scripts": {
"test": "mocha test/*_test.js"
},
"engines": {
"node": ">=0.8.x"
},
"repository": {
"type": "git",
"url": "https://github.com/jaakkos/winston-logio.git"
},
"peerDependencies": {
"winston": ">=0.6.2"
},
"devDependencies": {
"winston": ">=0.6.2",
"mocha": ">=2.2.4",
"chai": ">=2.3.0",
"timekeeper": ">=0.0.5"
},
"keywords": [
"logging",
"sysadmin",
"tools"
],
"bugs": {
"url" : "https://github.com/jaakkos/winston-logio/issues"
},
"author": {
"name": "Jaakko Suutarla",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
{
"name": "Jaakko Suutarla",
"email": "[email protected]"
},
{
"name": "Michael Poschacher",
"email": "[email protected]"
}
],
"maintainers": [
{
"name": "Jaakko Suutarla",
"email": "[email protected]"
}
]
}