morgan-json
Version:
A variant of `morgan.compile` that provides format functions that output JSON
34 lines (33 loc) • 798 B
JSON
{
"name": "morgan-json",
"version": "1.1.0",
"description": "A variant of `morgan.compile` that provides format functions that output JSON",
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/indexzero/morgan-json.git"
},
"keywords": [
"morgan",
"json",
"logging"
],
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indexzero/morgan-json/issues"
},
"homepage": "https://github.com/indexzero/morgan-json#readme",
"devDependencies": {
"assume": "^1.4.1",
"istanbul": "^0.4.5",
"mocha": "^3.1.2",
"morgan": "^1.7.0"
},
"dependencies": {
"diagnostics": "^1.0.1"
}
}