forked from winstonjs/winston-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 842 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
{
"name": "winston-mongodb",
"version": "0.4.2",
"description": "A MongoDB transport for winston",
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"contributors": [
{ "name": "Kendrick Taylor", "email": [ "sktayloriii@gmail.com", "yosefd@microsoft.com" ] },
{ "name": "Yurij Mikhalevich", "email": "0@39.yt" },
{ "name": "Steve Dalby", "email": "steve@stevedalby.co.uk" }
],
"repository": {
"type": "git",
"url": "http://github.com/indexzero/winston-mongodb.git"
},
"keywords": [ "logging", "sysadmin", "tools", "winston", "mongodb", "log" ],
"dependencies": {
"mongodb": "1.3.x"
},
"devDependencies": {
"winston": "0.7.x",
"vows": "0.7.x"
},
"main": "./lib/winston-mongodb",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.0" }
}