-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
53 lines (53 loc) · 1.14 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"description": "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc.",
"name": "ep_headings2",
"version": "0.2.65",
"author": {
"name": "John McLear",
"email": "[email protected]"
},
"contributors": [
{
"name": "Matthias Bartelmeß",
"email": "[email protected]"
},
{
"name": "John McLear",
"email": "[email protected]"
},
{
"name": "Gedion Woldeselassie",
"email": "[email protected]",
"url": "https://github.com/gedion"
}
],
"keywords": [
"ep",
"etherpad",
"plugin"
],
"engines": {
"node": ">=18.0.0"
},
"homepage": "https://github.com/ether/ep_headings2#readme",
"bugs": {
"url": "https://github.com/ether/ep_headings2/issues"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.2"
},
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_headings2.git"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
}
}