29 lines
621 B
JSON
29 lines
621 B
JSON
{
|
|
"name": "beautylog",
|
|
"version": "0.0.7",
|
|
"description": "beautiful logging",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "cd ts/compile && gulp"
|
|
},
|
|
"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": {
|
|
"beautylog": "latest"
|
|
}
|
|
}
|