30 lines
803 B
JSON
30 lines
803 B
JSON
{
|
|
"name": "beautylog",
|
|
"version": "0.0.12",
|
|
"description": "beautiful logging",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"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)"
|
|
},
|
|
"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": {
|
|
"colors": "latest"
|
|
}
|
|
}
|