pad.libre-service.eu-etherpad/src/package.json

111 lines
2.7 KiB
JSON
Raw Normal View History

{
"name": "ep_etherpad-lite",
2020-06-07 18:53:49 +02:00
"description": "A free and open source realtime collaborative editor",
"homepage": "https://etherpad.org",
"keywords": [
"etherpad",
"realtime",
"collaborative",
"editor"
],
"author": "Etherpad Foundation",
"contributors": [
{
"name": "John McLear"
},
{
"name": "Antonio Muci"
},
{
"name": "Hans Pinckaers"
},
{
"name": "Robin Buse"
},
{
"name": "Marcel Klehr"
},
{
"name": "Peter Martischka"
}
2020-06-07 18:53:49 +02:00
],
"dependencies": {
"async": "^3.2.2",
"clean-css": "^5.2.4",
2021-11-21 09:38:15 +01:00
"cookie-parser": "^1.4.6",
"cross-spawn": "^7.0.3",
"ejs": "^3.1.6",
"etherpad-require-kernel": "^1.0.15",
"etherpad-yajsml": "0.0.12",
"express": "4.17.3",
"express-rate-limit": "^6.3.0",
"express-session": "npm:@etherpad/express-session@^1.18.1",
"fast-deep-equal": "^3.1.3",
2020-06-07 18:53:49 +02:00
"find-root": "1.1.0",
2022-01-29 03:16:05 +01:00
"formidable": "^2.0.1",
"http-errors": "^2.0.0",
"js-cookie": "^3.0.1",
"jsdom": "^18.1.1",
"jsonminify": "0.4.2",
2020-06-07 18:53:49 +02:00
"languages4translatewiki": "0.1.3",
"lodash.clonedeep": "4.5.0",
"log4js": "0.6.38",
2021-08-30 02:39:13 +02:00
"measured-core": "^2.0.0",
2021-11-21 09:38:15 +01:00
"mime-types": "^2.1.34",
2021-08-30 07:22:44 +02:00
"npm": "^6.14.15",
"openapi-backend": "^5.1.1",
"proxy-addr": "^2.0.7",
"rate-limiter-flexible": "^2.3.6",
"rehype": "^12.0.1",
"rehype-minify-whitespace": "^5.0.0",
2020-06-07 18:53:49 +02:00
"request": "2.88.2",
"resolve": "1.22.0",
2020-06-07 18:53:49 +02:00
"security": "1.0.0",
2021-08-30 03:13:44 +02:00
"semver": "^7.3.5",
"socket.io": "^2.4.1",
"superagent": "^6.1.0",
"terser": "^5.11.0",
"threads": "^1.7.0",
"tinycon": "0.6.8",
"ueberdb2": "^2.0.2",
"underscore": "1.13.2",
"unorm": "1.6.0",
"wtfnode": "^0.9.1"
2020-06-07 18:53:49 +02:00
},
"bin": {
2021-12-21 07:09:18 +01:00
"etherpad": "node/server.js",
"etherpad-healthcheck": "bin/etherpad-healthcheck",
2020-12-23 18:07:19 +01:00
"etherpad-lite": "node/server.js"
2020-06-07 18:53:49 +02:00
},
"devDependencies": {
2022-02-21 00:05:57 +01:00
"eslint": "^8.9.0",
"eslint-config-etherpad": "^3.0.1",
"etherpad-cli-client": "^0.1.12",
2021-11-21 09:38:15 +01:00
"mocha": "^9.1.3",
2020-06-07 18:53:49 +02:00
"mocha-froth": "^0.2.10",
"nodeify": "^1.0.1",
"openapi-schema-validation": "^0.4.2",
"selenium-webdriver": "^4.1.1",
"set-cookie-parser": "^2.4.8",
2021-11-21 09:38:15 +01:00
"sinon": "^12.0.1",
"split-grid": "^1.0.11",
2022-02-21 00:05:57 +01:00
"supertest": "^6.1.6",
"typescript": "^4.5.5"
2020-06-07 18:53:49 +02:00
},
"engines": {
"node": ">=12.17.0",
2020-06-07 18:53:49 +02:00
"npm": ">=5.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/etherpad-lite.git"
},
"scripts": {
2020-11-17 23:29:56 +01:00
"lint": "eslint .",
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
"test-container": "mocha --timeout 5000 tests/container/specs/api"
2020-06-07 18:53:49 +02:00
},
"version": "1.9.0",
2020-06-07 18:53:49 +02:00
"license": "Apache-2.0"
}