forked from winstonjs/winston-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 901 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
{
"name": "winston-mongodb",
"license": "MIT",
"version": "1.4.0",
"description": "A MongoDB transport for winston",
"author": "Charlie Robbins <[email protected]>",
"contributors": [
{ "name": "Yurij Mikhalevich", "email": "[email protected]", "url": "https://39.yt/" },
{ "name": "Kendrick Taylor", "email": [ "[email protected]", "[email protected]" ] },
{ "name": "Steve Dalby", "email": "[email protected]" }
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/winston-mongodb.git"
},
"keywords": ["logging", "sysadmin", "tools", "winston", "mongodb", "log", "logger"],
"dependencies": {
"mongodb": "=2.1.10"
},
"devDependencies": {
"winston": ">=1.1.1 <3.0.0",
"vows": "~0.8.1",
"bluebird": ">=2.10.2 <4.0.0"
},
"main": "./lib/winston-mongodb",
"scripts": { "test": "vows test/*-test.js --spec" }
}