log2json
Version:
transform nginx log to JSON
28 lines (27 loc) • 575 B
JSON
{
"name": "log2json",
"version": "1.1.1",
"description": "transform nginx log to JSON",
"main": "index.js",
"scripts": {
"test": "node ./test/run.js"
},
"keywords": [
"nginx",
"logformat",
"JSON"
],
"author": "sofish <happinesz@gmail.com> (http://sofi.sh/)",
"license": "MIT",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/sofish/log2json.git"
},
"bugs": {
"url": "https://github.com/sofish/log2json/issues"
},
"homepage": "https://github.com/sofish/log2json"
}