smartlog-destination-local/package.json

25 lines
554 B
JSON
Raw Normal View History

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": [
"json",
"jade",
"template"
],
"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"
}