smartlog-destination-local/package.json
2016-02-11 04:05:29 +01:00

49 lines
1.4 KiB
JSON

{
"name": "beautylog",
"version": "2.1.0",
"description": "beautiful logging",
"main": "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 <office@push.rocks> (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",
"hlight": "0.0.7",
"lodash": "^4.3.0",
"q": "^1.4.1",
"smartenv": "0.0.15"
},
"devDependencies": {
"easyserve": "0.0.5",
"gulp": "^3.9.1",
"gulp-browser": "1.0.10",
"npmts": "^2.2.2"
}
}