good-winston
Version:
hapi good-reporter to winston logging adapter
37 lines (36 loc) • 853 B
JSON
{
"name": "good-winston",
"version": "4.0.0",
"description": "hapi good-reporter to winston logging adapter",
"main": "lib/index.js",
"scripts": {
"postmerge": "npm install",
"postversion": "git push --no-verify && git push --tags --no-verify"
},
"repository": {
"type": "git",
"url": "https://github.com/lancespeelmon/good-winston.git"
},
"keywords": [
"hapi",
"good",
"reporter",
"winston",
"logger",
"adapter"
],
"author": "Lance Speelmon <lance@speelmon.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/lancespeelmon/good-winston/issues"
},
"homepage": "https://github.com/lancespeelmon/good-winston",
"devDependencies": {
"husky": "^0.13.3"
},
"dependencies": {
"hoek": "^4.1.0",
"json-stringify-safe": "^5.0.1",
"moment": "^2.18.1"
}
}