add new packages + minor clean
parent
9046213f7d
commit
df730d8aa0
|
@ -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){
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue