27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"name": "node-file-logger",
|
|
"version": "0.9.5",
|
|
"description": "A simple logger for logging exceptions and error details in log files.",
|
|
"main": "index.js",
|
|
"author": "Biswaranjan Rout <biswaranjan.rout1989@gmail.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/routbisu/node-file-logger.git"
|
|
},
|
|
"keywords": [
|
|
"log",
|
|
"logger",
|
|
"file logger",
|
|
"error logger",
|
|
"exception handling",
|
|
"logging",
|
|
"file logging"
|
|
],
|
|
"dependencies": {
|
|
"moment": "^2.20.1",
|
|
"moment-timezone": "^0.5.14",
|
|
"node-stringify": "^0.2.1"
|
|
}
|
|
}
|