This commit is contained in:
2016-10-15 19:00:52 +02:00
commit 42eda7bbf2
6 changed files with 109 additions and 0 deletions

28
package.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "smartlog",
"version": "1.0.0",
"description": "ultra stable logging API, that allows registering third party log tools",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartlog.git"
},
"keywords": [
"log",
"stable",
"register",
"beautylog"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartlog/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartlog#README",
"dependencies": {
"typings-global": "^1.0.14"
}
}