smartlog-destination-local/package.json
2015-10-12 20:01:01 +02:00

31 lines
849 B
JSON

{
"name": "beautylog",
"version": "0.0.14",
"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 <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.0.0",
"colors": "1.1.2"
}
}