forked from ether/ep_padlist2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 831 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
{
"name": "ep_padlist2",
"version": "2.1.28",
"description": "Etherpad plugin to display a list of pads.",
"keywords": [
"ep",
"etherpad",
"plugin"
],
"homepage": "https://github.com/ether/ep_padlist2",
"bugs": {
"url": "https://github.com/ether/ep_padlist2/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/ether/ep_padlist2.git"
},
"main": "index.js",
"license": "Apache-2.0",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-config-etherpad": "^3.0.9",
"typescript": "^4.6.2"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=12.17.0"
}
}