mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
add config module
This commit is contained in:
@ -11,14 +11,16 @@
|
||||
"email": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "~4.9.0",
|
||||
"body-parser": "~1.8.1",
|
||||
"serve-favicon": "~2.1.3",
|
||||
"config": "^1.19.0",
|
||||
"debug": "~2.0.0",
|
||||
"ejs": "~1.0.0",
|
||||
"express": "~4.9.0",
|
||||
"formidable": "~1.0.16",
|
||||
"xml2js": "~0.4.4",
|
||||
"log4js": "^0.6.31",
|
||||
"serve-favicon": "~2.1.3",
|
||||
"sync-request": "~1.0.2",
|
||||
"urllib": "~2.2.1",
|
||||
"sync-request": "~1.0.2"
|
||||
"xml2js": "~0.4.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user