UNPKG

1.22 kBJSONView Raw
1{
2 "name": "winston-mongodb",
3 "license": "MIT",
4 "version": "4.0.2",
5 "description": "A MongoDB transport for winston",
6 "author": "Charlie Robbins <charlie.robbins@gmail.com>",
7 "contributors": [
8 {
9 "name": "Yurij Mikhalevich",
10 "email": "yurij@mikhalevi.ch",
11 "url": "https://mikhalevi.ch/"
12 },
13 {
14 "name": "Kendrick Taylor",
15 "email": "sktayloriii@gmail.com"
16 },
17 {
18 "name": "Steve Dalby",
19 "email": "steve@stevedalby.co.uk"
20 }
21 ],
22 "repository": {
23 "type": "git",
24 "url": "http://github.com/indexzero/winston-mongodb.git"
25 },
26 "keywords": [
27 "logging",
28 "sysadmin",
29 "tools",
30 "winston",
31 "mongodb",
32 "log",
33 "logger"
34 ],
35 "dependencies": {
36 "@types/winston": "^2.3.9",
37 "mongodb": "^3.0.0"
38 },
39 "devDependencies": {
40 "abstract-winston-transport": "~0.5.1",
41 "mocha": "^5.2.0",
42 "winston": "^3.0.0"
43 },
44 "engines": {
45 "node": ">=6.8.1"
46 },
47 "main": "./lib/winston-mongodb",
48 "scripts": {
49 "test": "mocha test/*-test.js",
50 "test-rs": "WINSTON_MONGODB_URL='mongodb://localhost:27017,localhost:27018/winston?replicaSet=rs0' mocha test/*-test.js"
51 },
52 "typings": "./lib/winston-mongodb.d.ts"
53}