Files
cloudron-box/package.json
T
Johannes Zellner 1f741702af Initial commit
2018-06-03 19:38:40 +02:00

16 lines
291 B
JSON

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