This commit is contained in:
2017-04-06 17:00:38 +02:00
commit 04f383b728
11 changed files with 149 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "smartstatus",
"version": "1.0.0",
"description": "status information in TypeScript",
"main": "dist/index.js",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/smartstatus.git"
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/smartstatus/issues"
},
"homepage": "https://gitlab.com/pkunz/smartstatus#README"
}