{ "name": "logger", "version": "1.0.0", "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" } }