2011-05-08 20:10:42 +02:00
|
|
|
{
|
2018-07-14 14:44:48 +02:00
|
|
|
"name": "ep_etherpad-lite",
|
|
|
|
"description": "A Etherpad based on node.js",
|
|
|
|
"homepage": "http://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"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"cheerio": "0.20.0",
|
|
|
|
"clean-css": "3.4.19",
|
|
|
|
"cookie-parser": "1.3.4",
|
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",
|
2018-10-17 00:26:51 +02:00
|
|
|
"express": "4.16.4",
|
2018-07-29 01:44:49 +02:00
|
|
|
"express-session": "1.15.6",
|
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",
|
|
|
|
"graceful-fs": "4.1.3",
|
|
|
|
"jsonminify": "0.4.1",
|
|
|
|
"languages4translatewiki": "0.1.3",
|
|
|
|
"log4js": "0.6.35",
|
2018-08-14 13:22:41 +02:00
|
|
|
"measured-core": "1.11.2",
|
2018-10-17 00:27:25 +02:00
|
|
|
"npm": "6.4.1",
|
2018-08-15 22:34:05 +02:00
|
|
|
"object.values": "^1.0.4",
|
2018-10-17 00:27:51 +02:00
|
|
|
"request": "2.88.0",
|
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",
|
2018-07-14 14:44:48 +02:00
|
|
|
"swagger-node-express": "2.1.3",
|
|
|
|
"tinycon": "0.0.1",
|
2018-07-20 18:54:48 +02:00
|
|
|
"ueberdb2": "0.4.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"uglify-js": "2.6.2",
|
|
|
|
"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": {
|
2018-07-28 01:02:43 +02:00
|
|
|
"mocha": "5.2.0",
|
2018-07-28 03:33:55 +02:00
|
|
|
"nyc": "^12.0.2",
|
2018-07-27 22:30:20 +02:00
|
|
|
"supertest": "3.0.0",
|
2018-07-29 01:41:15 +02:00
|
|
|
"wd": "1.10.3"
|
2018-07-14 14:44:48 +02:00
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
"engines": {
|
2018-07-27 01:45:06 +02:00
|
|
|
"node": ">=6.9.0",
|
|
|
|
"npm": ">=3.10.8"
|
2018-07-14 14:44:48 +02:00
|
|
|
},
|
2018-07-14 14:58:38 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-07-14 14:44:48 +02:00
|
|
|
"url": "http://github.com/ether/etherpad-lite.git"
|
|
|
|
},
|
2018-07-28 00:26:39 +02:00
|
|
|
"scripts": {
|
2018-07-28 03:33:55 +02:00
|
|
|
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api"
|
2018-07-28 00:26:39 +02:00
|
|
|
},
|
2018-08-17 00:18:31 +02:00
|
|
|
"version": "1.7.0",
|
2018-07-14 14:44:48 +02:00
|
|
|
"license": "Apache-2.0"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|