All kinds of great changes

This commit is contained in:
Tretter
2019-01-04 11:06:37 -06:00
parent 27207dcab0
commit e45e525895
11 changed files with 464 additions and 81 deletions

View File

@@ -2,18 +2,21 @@
"name": "logaggregator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "logAggregator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node logAggregator.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"jsonminify": "^0.4.1",
"micro": "^9.3.3",
"msnodesqlv8": "^0.6.11",
"mssql": "^4.3.0",
"readline": "^1.3.0",
"request": "^2.88.0",
"request-promise": "^4.2.2"
"request-promise": "^4.2.2",
"winston": "^3.1.0"
}
}