good-json
Version:
JSON transformer middleware for Good (HapiJS). Can be used to transport JSON-only logs to fluentd, etc
54 lines (53 loc) • 1.3 kB
JSON
{
"name": "good-json",
"version": "0.1.0",
"description": "JSON transformer middleware for Good (HapiJS). Can be used to transport JSON-only logs to fluentd, etc",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "lab -m 5000 -t 100 -v -La code"
},
"repository": {
"type": "git",
"url": "git+https://github.com/asilluron/good-logzio.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"good",
"hapi",
"hapijs",
"good-json",
"logz",
"logzio"
],
"author": "Andrew Silluron",
"license": "MIT",
"bugs": {
"url": "https://github.com/asilluron/good-logzio/issues"
},
"homepage": "https://github.com/asilluron/good-logzio#readme",
"dependencies": {
"boom": "^7.2.0",
"code": "^5.2.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-plugin-react": "^7.10.0",
"hoek": "^5.0.3",
"json-stringify-safe": "^5.0.1",
"lab": "^14.3.4",
"logzio-nodejs": "^0.4.11",
"moment": "^2.22.2",
"stream": "0.0.2"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}