Add description and repository info to avoid warnings

This commit is contained in:
Johannes Zellner
2018-06-06 11:56:08 +02:00
parent 9877b67cd4
commit 78910ba1cb

View File

@@ -1,7 +1,7 @@
{
"name": "cloudron-syslog",
"version": "1.0.0",
"description": "",
"description": "Cloudron Syslog Daemon listening on port 2514",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -10,7 +10,11 @@
"bin": {
"cloudron-syslog": "./index.js"
},
"author": "",
"repository": {
"type": "git",
"url": "https://git.cloudron.io/cloudron/cloudron-syslog.git"
},
"author": "Cloudron Developers",
"license": "MIT",
"dependencies": {
"mkdirp": "^0.5.1",