{ "name": "beautylog", "version": "4.1.2", "description": "beautiful logging", "main": "dist/index.js", "scripts": { "test": "(npmts)", "testbrowser": "(npm test) && (node testbrowser.js)", "gitsetup": "(git config push.followTags true)", "push": "(git push origin master && git push origin release && git push --follow-tags)", "reinstall": "(rm -r node_modules && npm install)", "release": "(npm test) && (git pull origin master && npm version patch && git checkout release && git merge master && git checkout master && npm run push)", "update": "(git checkout master && git pull origin master) && (npm install)", "upgrade": "(npm run update) && (ncu upgradeAll && npm install)" }, "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.2.0", "colors": "1.1.2", "figlet": "^1.1.1", "lodash": "^4.8.1", "q": "^1.4.1", "smartenv": "^1.2.1" }, "devDependencies": { "easyserve": "^0.0.5", "gulp": "^3.9.1", "gulp-browser": "^2.0.0", "npmts": "5.0.3" } }