mag-fallback
Version:
Fallback stream for mag logger
38 lines (37 loc) • 727 B
JSON
{
"name": "mag-fallback",
"version": "0.9.1",
"description": "Fallback stream for mag logger",
"repository": {
"type": "git",
"url": "https://github.com/mahnunchik/mag-fallback.git"
},
"main": "index.js",
"scripts": {
"test": "make test"
},
"keywords": [
"mag",
"logger",
"logging",
"log",
"spec",
"facade",
"fallback"
],
"author": {
"name": "Eugeny Vlasenko",
"email": "mahnunchik+mag@gmail.com",
"url": "http://mahnunchik.tumblr.com/"
},
"license": "MIT",
"dependencies": {
"readable-stream": "^1.1.13"
},
"devDependencies": {
"chai": "^1.9.1",
"mocha": "^1.21.0",
"jshint": "^2.5.0",
"mag-logger-facade": "^0.9.0"
}
}