2011-06-07 13:02:02 +04:00
|
|
|
{
|
|
|
|
"name": "winston-mongodb",
|
2015-02-28 15:47:57 +03:00
|
|
|
"license": "MIT",
|
2015-04-03 22:02:04 +03:00
|
|
|
"version": "1.1.1",
|
2012-05-11 05:02:30 +04:00
|
|
|
"description": "A MongoDB transport for winston",
|
2011-06-07 13:02:02 +04:00
|
|
|
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
|
|
|
"contributors": [
|
2014-07-23 19:56:33 +04:00
|
|
|
{ "name": "Yurij Mikhalevich", "email": "0@39.yt", "url": "https://39.yt/" },
|
2013-09-05 14:18:23 +04:00
|
|
|
{ "name": "Kendrick Taylor", "email": [ "sktayloriii@gmail.com", "yosefd@microsoft.com" ] },
|
2015-02-28 15:47:57 +03:00
|
|
|
{ "name": "Steve Dalby", "email": "steve@stevedalby.co.uk" }
|
2011-06-07 13:02:02 +04:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2012-05-31 01:52:39 +04:00
|
|
|
"url": "http://github.com/indexzero/winston-mongodb.git"
|
2011-06-07 13:02:02 +04:00
|
|
|
},
|
2015-02-28 15:47:57 +03:00
|
|
|
"keywords": ["logging", "sysadmin", "tools", "winston", "mongodb", "log", "logger"],
|
2011-06-07 13:02:02 +04:00
|
|
|
"dependencies": {
|
2015-02-28 15:47:57 +03:00
|
|
|
"mongodb": "2.0.x"
|
2011-06-07 13:02:02 +04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-02-28 15:47:57 +03:00
|
|
|
"winston": "0.9.x",
|
2015-03-23 22:13:24 +03:00
|
|
|
"vows": "0.8.x",
|
|
|
|
"bluebird": "2.9.x"
|
2011-06-07 13:02:02 +04:00
|
|
|
},
|
2015-03-01 22:06:59 +03:00
|
|
|
"main": "./lib/winston-mongodb",
|
2015-02-28 15:47:57 +03:00
|
|
|
"scripts": { "test": "vows test/*-test.js --spec" }
|
2011-06-07 13:02:02 +04:00
|
|
|
}
|