{ "name": "beautylog", "version": "1.0.4", "description": "beautiful logging", "main": "index.js", "scripts": { "test": "(cd ts/compile && gulp) && (node test.js)", "release": "(git pull origin master && npm version patch && git push origin master && git checkout release && git merge master && git push origin release && git checkout master)" }, "repository": { "type": "git", "url": "https://github.com/pushrocks/beautylog.git" }, "keywords": [ "log", "color", "console", "beautiful" ], "author": "Smart Coordination GmbH (https://push.rocks)", "license": "MIT", "bugs": { "url": "https://github.com/pushrocks/beautylog/issues" }, "homepage": "https://github.com/pushrocks/beautylog", "dependencies": { "cli-color": "^1.1.0", "cli-table2": "^0.1.9", "colors": "1.1.2" } }