UNPKG

seneca-log-filter

Version:
47 lines (46 loc) 1.28 kB
{ "name": "seneca-log-filter", "version": "0.1.0", "description": "Seneca log filtering module", "main": "seneca-log-filter.js", "pre-commit": [ "test" ], "scripts": { "test": "lab -v -P test -L -t 90", "coveralls": "lab -s -P test -r lcov | coveralls", "coverage": "lab -v -P test -L -t 90 -r html > docs/coverage.html", "annotate": "docco seneca-log-filter.js lib/*.js -o docs/annotated" }, "repository": { "type": "git", "url": "git+https://github.com/senecajs/seneca-log-filter.git" }, "keywords": [ "seneca", "log", "filter" ], "author": "David Gonzalez (https://www.github.com/dgonzalez)", "contributors": [ "Dean McDonnell (https://github.com/mcdonnelldean)", "Mihai Dima (https://github.com/mihaidma)", "Emer Rutherford (https://github.com/eeswr)" ], "license": "MIT", "bugs": { "url": "https://github.com/senecajs/seneca-log-filter/issues" }, "homepage": "https://github.com/senecajs/seneca-log-filter#readme", "devDependencies": { "code": "^3.0.2", "eslint-config-seneca": "^3.0.0", "eslint-plugin-hapi": "^4.0.0", "eslint-plugin-standard": "^2.0.0", "lab": "^11.0.1", "pre-commit": "^1.1.3" }, "dependencies": { "lodash": "4.15.0" } }