Files
server/DocService/package.json
Alexey Golubev 4a62dbc8e7 Add addon support
(cherry picked from commit 2191174c19958449be69adfedc83e847a2f19d6a)
2020-02-19 17:30:29 +03:00

50 lines
1.2 KiB
JSON

{
"name": "coauthoring",
"version": "1.0.1",
"homepage": "http://www.onlyoffice.com",
"private": true,
"bin": {
"docservice": "sources/server.js",
"gc": "sources/gc.js",
"prepare4shutdown": "sources/shutdown.js"
},
"dependencies": {
"base64-stream": "^1.0.0",
"body-parser": "^1.18.3",
"bytes": "^3.0.0",
"co": "^4.6.0",
"config": "^2.0.1",
"cron": "^1.5.0",
"deep-equal": "^1.0.1",
"express": "^4.16.4",
"fakeredis": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"jwa": "^1.1.6",
"mime": "^2.3.1",
"ms": "^2.1.1",
"multi-integer-range": "^4.0.7",
"multiparty": "^4.2.1",
"mysql": "^2.16.0",
"pg": "^7.6.0",
"pg-escape": "^0.2.0",
"redis": "^2.8.0",
"retry": "^0.12.0",
"sockjs": "^0.3.19",
"underscore": "^1.9.1",
"windows-locale": "^1.0.1"
},
"pkg": {
"scripts": [
"./sources/editorDataMemory.js",
"./sources/editorDataRedis.js",
"./sources/pubsubRabbitMQ.js",
"../Common/sources/storage-fs.js",
"../Common/sources/storage-s3.js"
],
"assets": [
"../Common/sources/licenseKey.pem",
"node_modules/pg-escape/reserved.txt"
]
}
}