2015-09-20 17:21:29 +00:00
|
|
|
{
|
|
|
|
"name": "beautylog",
|
2015-11-15 05:21:59 +00:00
|
|
|
"version": "1.0.3",
|
2015-09-20 17:21:29 +00:00
|
|
|
"description": "beautiful logging",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2015-10-12 11:14:16 +00:00
|
|
|
"test": "(cd ts/compile && gulp) && (node test.js)",
|
2015-10-02 21:37:49 +00:00
|
|
|
"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-11-13 21:53:28 +00:00
|
|
|
"cli-color": "^1.1.0",
|
2015-11-15 05:15:20 +00:00
|
|
|
"cli-table2": "^0.1.9",
|
2015-10-02 21:49:32 +00:00
|
|
|
"colors": "1.1.2"
|
2015-09-20 19:45:37 +00:00
|
|
|
}
|
2015-09-20 17:21:29 +00:00
|
|
|
}
|