smartlog-destination-local/package.json

30 lines
803 B
JSON
Raw Normal View History

2015-09-20 17:21:29 +00:00
{
"name": "beautylog",
2015-10-02 21:37:59 +00:00
"version": "0.0.12",
2015-09-20 17:21:29 +00:00
"description": "beautiful logging",
"main": "index.js",
"scripts": {
2015-10-02 21:37:49 +00:00
"test": "cd ts/compile && gulp",
"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)"
2015-09-20 17:21:29 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/pushrocks/beautylog.git"
},
"keywords": [
2015-09-20 19:45:37 +00:00
"log",
"color",
"console",
"beautiful"
2015-09-20 17:21:29 +00:00
],
"author": "Smart Coordination GmbH <office@push.rocks> (https://push.rocks)",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/beautylog/issues"
},
2015-09-20 19:45:37 +00:00
"homepage": "https://github.com/pushrocks/beautylog",
"dependencies": {
2015-09-26 18:46:16 +00:00
"colors": "latest"
2015-09-20 19:45:37 +00:00
}
2015-09-20 17:21:29 +00:00
}