This repository has been archived on 2023-04-13. You can view files and clone it, but cannot push or open issues or pull requests.
logger4njs/package.json

27 lines
554 B
JSON

{
"name": "logger4njs",
"version": "1.0.4",
"description": "Logger for Node JS",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "node ../test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/faultydev/logger4njs.git"
},
"keywords": [
"logger",
"log4njs",
"logging"
],
"author": "faultydev",
"license": "MIT",
"bugs": {
"url": "https://github.com/faultydev/logger4njs/issues"
},
"homepage": "https://github.com/faultydev/logger4njs#readme"
}