2011-05-08 20:10:42 +02:00
|
|
|
{
|
2018-07-14 14:44:48 +02:00
|
|
|
"name": "ep_etherpad-lite",
|
2019-10-20 00:40:18 +02:00
|
|
|
"description": "A free and open source realtime collaborative editor",
|
2019-04-16 00:54:54 +02:00
|
|
|
"homepage": "https://etherpad.org",
|
2018-07-14 14:58:38 +02:00
|
|
|
"keywords": [
|
|
|
|
"etherpad",
|
|
|
|
"realtime",
|
|
|
|
"collaborative",
|
|
|
|
"editor"
|
|
|
|
],
|
2018-07-14 14:44:48 +02:00
|
|
|
"author": "Etherpad Foundation",
|
|
|
|
"contributors": [
|
2018-07-14 14:58:38 +02:00
|
|
|
{
|
|
|
|
"name": "John McLear"
|
|
|
|
},
|
2019-01-26 00:11:11 +01:00
|
|
|
{
|
|
|
|
"name": "Antonio Muci"
|
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
{
|
|
|
|
"name": "Hans Pinckaers"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Robin Buse"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcel Klehr"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Peter Martischka"
|
|
|
|
}
|
2018-07-14 14:44:48 +02:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"async": "0.9.0",
|
|
|
|
"async-stacktrace": "0.0.2",
|
|
|
|
"channels": "0.0.4",
|
2020-03-15 15:36:42 +01:00
|
|
|
"cheerio": "0.22.0",
|
2020-03-22 00:33:22 +01:00
|
|
|
"clean-css": "4.2.3",
|
2020-05-15 02:56:53 +02:00
|
|
|
"cookie-parser": "1.4.5",
|
2018-10-17 00:31:55 +02:00
|
|
|
"ejs": "2.6.1",
|
2018-07-14 14:44:48 +02:00
|
|
|
"etherpad-require-kernel": "1.0.9",
|
|
|
|
"etherpad-yajsml": "0.0.2",
|
2019-10-20 01:29:26 +02:00
|
|
|
"express": "4.17.1",
|
2020-04-04 22:39:33 +02:00
|
|
|
"express-rate-limit": "5.1.1",
|
2020-05-15 02:45:51 +02:00
|
|
|
"express-session": "1.17.1",
|
2018-08-22 00:38:13 +02:00
|
|
|
"find-root": "1.1.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"formidable": "1.2.1",
|
2020-05-15 02:44:14 +02:00
|
|
|
"graceful-fs": "4.2.4",
|
2020-04-07 03:04:23 +02:00
|
|
|
"http-errors": "1.7.3",
|
2018-07-14 14:44:48 +02:00
|
|
|
"jsonminify": "0.4.1",
|
|
|
|
"languages4translatewiki": "0.1.3",
|
2020-04-07 03:04:23 +02:00
|
|
|
"lodash.clonedeep": "4.5.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"log4js": "0.6.35",
|
2018-08-14 13:22:41 +02:00
|
|
|
"measured-core": "1.11.2",
|
2020-06-05 21:54:16 +02:00
|
|
|
"rehype": "^10.0.0",
|
|
|
|
"rehype-format": "^3.0.1",
|
2020-04-07 03:04:23 +02:00
|
|
|
"nodeify": "1.0.1",
|
2020-05-15 02:30:31 +02:00
|
|
|
"npm": "6.14.5",
|
2020-04-14 03:05:39 +02:00
|
|
|
"openapi-backend": "2.4.1",
|
2020-05-15 02:47:54 +02:00
|
|
|
"request": "2.88.2",
|
2018-07-14 14:44:48 +02:00
|
|
|
"resolve": "1.1.7",
|
|
|
|
"security": "1.0.0",
|
2018-10-17 00:28:21 +02:00
|
|
|
"semver": "5.6.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"slide": "1.1.6",
|
2018-08-18 19:42:42 +02:00
|
|
|
"socket.io": "2.1.1",
|
2020-06-06 00:10:24 +02:00
|
|
|
"terser": "^4.7.0",
|
2020-06-04 15:00:50 +02:00
|
|
|
"threads": "^1.4.0",
|
|
|
|
"tiny-worker": "^2.3.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"tinycon": "0.0.1",
|
2020-05-07 12:57:42 +02:00
|
|
|
"ueberdb2": "0.4.9",
|
2018-07-14 14:44:48 +02:00
|
|
|
"underscore": "1.8.3",
|
|
|
|
"unorm": "1.4.1"
|
2018-03-23 14:21:59 +01:00
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
"bin": {
|
|
|
|
"etherpad-lite": "./node/server.js"
|
|
|
|
},
|
2012-01-22 14:56:08 +01:00
|
|
|
"devDependencies": {
|
2020-05-15 02:51:35 +02:00
|
|
|
"mocha": "7.1.2",
|
2020-06-01 18:35:38 +02:00
|
|
|
"mocha-froth": "^0.2.10",
|
2020-05-15 02:50:15 +02:00
|
|
|
"nyc": "15.0.1",
|
2020-03-22 00:33:22 +01:00
|
|
|
"supertest": "4.0.2",
|
2020-05-15 02:52:50 +02:00
|
|
|
"wd": "1.12.1"
|
2018-07-14 14:44:48 +02:00
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
"engines": {
|
2020-04-08 23:22:13 +02:00
|
|
|
"node": ">=10.13.0",
|
2019-10-20 01:06:34 +02:00
|
|
|
"npm": ">=5.5.1"
|
2018-07-14 14:44:48 +02:00
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2019-01-26 00:12:16 +01:00
|
|
|
"url": "https://github.com/ether/etherpad-lite.git"
|
2018-07-14 14:44:48 +02:00
|
|
|
},
|
2018-07-28 00:26:39 +02:00
|
|
|
"scripts": {
|
2019-12-03 23:14:00 +01:00
|
|
|
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api",
|
2020-06-05 21:54:16 +02:00
|
|
|
"test-contentcollector": "nyc mocha --timeout 5000 ../tests/backend/specs",
|
2019-12-03 23:14:00 +01:00
|
|
|
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
|
2018-07-28 00:26:39 +02:00
|
|
|
},
|
2020-05-15 01:46:44 +02:00
|
|
|
"version": "1.8.4",
|
2018-07-14 14:44:48 +02:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|