UNPKG

appmech-logger

Version:
38 lines (37 loc) 851 B
{ "name": "appmech-logger", "version": "0.0.4", "description": "Logging library for appmechanix apps", "main": "lib/index.js", "scripts": { "test": "nodeunit" }, "repository": { "type": "git", "url": "https://github.com/appmechanix/appmech-logger.git" }, "keywords": [ "logging", "keenio" ], "author": "dwnz", "license": "MIT", "bugs": { "url": "https://github.com/appmechanix/appmech-logger/issues" }, "homepage": "https://github.com/appmechanix/appmech-logger", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-watch": "^0.6.1", "nodeunit": "^0.9.0" }, "dependencies": { "bluebird": "^2.6.2", "bunyan": "^1.2.3", "config": "^1.9.0", "keen.io": "^0.1.3", "loggly": "^1.0.8", "winston-mongodb": "^0.5.3" } }