Files
cloudron-box/package.json
2018-06-03 20:47:26 +02:00

20 lines
367 B
JSON

{
"name": "cloudron-syslog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"cloudron-syslog": "./index.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"mkdirp": "^0.5.1",
"nsyslog-parser": "^0.8.1",
"yargs": "^11.0.0"
}
}