UNPKG

bunyan-mongodb-stream

Version:

A database stream for mongoose to save all logs into a mongodb instance

33 lines (32 loc) 880 B
{ "name": "bunyan-mongodb-stream", "version": "0.0.3", "description": "A database stream for mongoose to save all logs into a mongodb instance", "main": "index.js", "scripts": { "test": "mocha tests" }, "repository": { "type": "git", "url": "git@github.com:traedamatic/bunyan-mongodb-stream.git" }, "keywords": [ "MongoDb", "Bunyan", "Stream", "Mongoose", "Database logging", "Bunyan database logging" ], "author": "Nicolas Traeder <traeder@codebility.com>", "license": "MIT", "bugs": { "url": "https://github.com/traedamatic/bunyan-mongodb-stream/issues" }, "homepage": "https://github.com/traedamatic/bunyan-mongodb-stream", "devDependencies": { "chai": "^1.9.2", "mocha": "^2.1.0", "sinon": "^1.12.2" } }