add new packages + minor clean

install-with-shinobicctv-user-instead-of-root
Moe 2020-08-09 15:56:27 -07:00
parent 9046213f7d
commit df730d8aa0
2 changed files with 4 additions and 2 deletions

View File

@ -12,7 +12,7 @@ var proxy = httpProxy.createProxyServer({})
var ejs = require('ejs');
var fileupload = require("express-fileupload");
module.exports = function(s,config,lang,app,io){
if(config.productType==='Pro'){
if(config.productType === 'Pro'){
var LdapAuth = require('ldapauth-fork');
}
s.renderPage = function(req,res,paths,passables,callback){

View File

@ -46,7 +46,9 @@
"webdav-fs": "^1.11.0",
"express-fileupload": "^1.1.6-alpha.6",
"googleapis": "^39.2.0",
"tree-kill":"1.2.2"
"tree-kill":"1.2.2",
"unzipper":"0.10.11",
"node-fetch":"2.6.0"
},
"devDependencies": {},
"bin": "camera.js",