smartlog-destination-local/package.json
2015-09-20 19:45:44 +00:00

30 lines
644 B
JSON

{
"name": "beautylog",
"version": "0.0.5",
"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": {
"through2": "~2.0.0",
"colors": "~1.1.2"
}
}