Files
document-server-integration/web/documentserver-example/nodejs/package.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"
}
}