mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 2.6.9. - [Release notes](https://github.com/visionmedia/debug/releases) - [Changelog](https://github.com/visionmedia/debug/blob/2.6.9/CHANGELOG.md) - [Commits](https://github.com/visionmedia/debug/compare/2.2.0...2.6.9) Signed-off-by: dependabot[bot] <support@github.com>
37 lines
840 B
JSON
37 lines
840 B
JSON
{
|
|
"name": "OnlineEditorsExampleNodeJS",
|
|
"version": "4.1.0",
|
|
"private": false,
|
|
"scripts": {
|
|
"start": "node ./bin/www"
|
|
},
|
|
"description": "OnlineEditorsExampleNodeJS",
|
|
"author": {
|
|
"name": "ONLYOFFICE",
|
|
"email": ""
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ONLYOFFICE/document-server-integration/issues"
|
|
},
|
|
"dependencies": {
|
|
"body-parser": "^1.16.1",
|
|
"config": "^1.21.0",
|
|
"debug": "~2.6.9",
|
|
"ejs": "~2.5.1",
|
|
"express": "^4.14.1",
|
|
"formidable": "^1.1.1",
|
|
"jsonwebtoken": "^7.1.9",
|
|
"jwa": "^1.1.4",
|
|
"log4js": "^0.6.38",
|
|
"mime": "^1.3.4",
|
|
"serve-favicon": "~2.3.0",
|
|
"sync-request": "^4.0.1",
|
|
"urllib": "^2.20.0"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ONLYOFFICE/document-server-integration.git"
|
|
}
|
|
}
|