UNPKG

958 BJSONView Raw
1{"name":"pelias-logger","version":"0.3.0","description":"The centralized logger package for Pelias.","engines":{"node":">=4.0.0"},"keywords":["pelias","logger"],"author":"mapzen","main":"index.js","devDependencies":{"npm-check":"git://github.com/orangejulius/npm-check.git#disable-update-check","precommit-hook":"3.0.0","semantic-release":"^8.0.3"},"dependencies":{"winston":"^2.2.0","pelias-config":"2.13.0"},"scripts":{"units":"node test/units.js","test":"npm run units","travis":"npm run check-dependencies && npm test","lint":"jshint .","validate":"npm ls","semantic-release":"semantic-release pre && npm publish && semantic-release post","check-dependencies":"node_modules/.bin/npm-check --production"},"repository":{"type":"git","url":"https://github.com/pelias/logger"},"license":"MIT","bugs":{"url":"https://github.com/pelias/logger/issues"},"homepage":"https://github.com/pelias/logger","pre-commit":["lint","validate","test","check-dependencies"]}