amend package.js to include author and license

This commit is contained in:
Joe
2019-01-31 08:37:20 -06:00
parent bce3458160
commit d20c9c81fd

View File

@@ -7,8 +7,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node logAggregator.js"
},
"author": "",
"license": "ISC",
"author": "j.tretter@gmail.com",
"license": "GPL",
"dependencies": {
"diskusage": "^1.0.0",
"jsonminify": "^0.4.1",