-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 979 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "ep_sciencemesh",
"version": "0.2.1",
"description": "A plugin to integrate the Etherpad-lite ecosystem to CS3 storages powered by Reva and WOPI",
"main": "index.js",
"scripts": {
"test": "none"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cs3org/ep_sciencemesh.git"
},
"keywords": [
"etherpad",
"cloud",
"storage",
"cs3",
"sciencemesh"
],
"author": "cs3org",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cs3org/ep_sciencemesh/issues"
},
"homepage": "https://github.com/cs3org/ep_sciencemesh#readme",
"dependencies": {
"async-mutex": "^0.4.0",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"express": "^4.18.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1"
}
}