2015-09-20 17:21:29 +00:00
|
|
|
{
|
|
|
|
"name": "beautylog",
|
2015-09-20 17:24:25 +00:00
|
|
|
"version": "0.0.4",
|
2015-09-20 17:21:29 +00:00
|
|
|
"description": "beautiful logging",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "cd ts/compile && gulp"
|
|
|
|
},
|
|
|
|
"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": {
|
|
|
|
"through2": "~2.0.0",
|
|
|
|
"colors": "~1.1.2"
|
|
|
|
}
|
2015-09-20 17:21:29 +00:00
|
|
|
}
|