fh-pino-logger
Version:
Simple wrapper around Pino Logger for use RHMAP
29 lines • 768 B
JSON
{
"name": "fh-pino-logger",
"version": "0.0.2",
"description": "Simple wrapper around Pino Logger for use RHMAP",
"main": "index.js",
"keywords": [
"RHMAP",
"FeedHenry",
"Pino",
"logger"
],
"repository": {
"type": "git",
"url": "git@github.com:col1985/fh-pino-logger.git"
},
"bugs": {
"url": "https://github.com/col1985/fh-pino-logger/issues"
},
"homepage": "https://github.com/col1985/fh-pino-logger",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
},
"author": "Colum Bennett <cbennett@redhat.com> (https://www.redhat.com/)",
"license": "ISC",
"dependencies": {
"mocha": "3.1.0",
"pino": "2.12.3"
}
}