2018-06-03 19:38:40 +02:00
|
|
|
{
|
|
|
|
|
"name": "cloudron-syslog",
|
2018-06-11 22:15:02 -07:00
|
|
|
"version": "1.0.1",
|
2018-06-06 11:56:08 +02:00
|
|
|
"description": "Cloudron Syslog Daemon listening on port 2514",
|
2018-06-03 19:38:40 +02:00
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
2018-06-11 22:14:11 -07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
2018-06-03 19:38:40 +02:00
|
|
|
},
|
2018-06-03 20:47:26 +02:00
|
|
|
"bin": {
|
|
|
|
|
"cloudron-syslog": "./index.js"
|
|
|
|
|
},
|
2018-06-06 11:56:08 +02:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://git.cloudron.io/cloudron/cloudron-syslog.git"
|
|
|
|
|
},
|
|
|
|
|
"author": "Cloudron Developers",
|
2018-06-03 20:47:26 +02:00
|
|
|
"license": "MIT",
|
2018-06-03 19:38:40 +02:00
|
|
|
"dependencies": {
|
|
|
|
|
"mkdirp": "^0.5.1",
|
2018-06-03 20:47:26 +02:00
|
|
|
"nsyslog-parser": "^0.8.1",
|
|
|
|
|
"yargs": "^11.0.0"
|
2018-06-03 19:38:40 +02:00
|
|
|
}
|
|
|
|
|
}
|