mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
26 lines
552 B
JSON
26 lines
552 B
JSON
{
|
|
"name": "OnlineEditorsExampleNodeJS",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"description": "OnlineEditorsExampleNodeJS",
|
|
"author": {
|
|
"name": "ONLYOFFICE",
|
|
"email": ""
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "~1.8.1",
|
|
"config": "^1.19.0",
|
|
"debug": "~2.0.0",
|
|
"ejs": "~1.0.0",
|
|
"express": "^4.13.4",
|
|
"formidable": "~1.0.16",
|
|
"log4js": "^0.6.31",
|
|
"serve-favicon": "~2.1.3",
|
|
"sync-request": "~1.0.2",
|
|
"urllib": "~2.2.1",
|
|
"xml2js": "~0.4.4"
|
|
}
|
|
} |