{ "name": "mlogger", "version": "1.1.1", "description": "Tiny logging library for node.js.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Martin Dørum Nygaard", "email": "martid0311@gmail.com", "url": "http://mort.coffee" }, "license": "GPLv2", "dependencies": { "colors": "^1.1.2" }, "repository": { "type": "git", "url": "http://git.mort.coffee/mort/mlogger" } }