-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
42 lines (42 loc) · 942 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
41
42
{
"author": {
"name": "John McLear",
"email": "[email protected]"
},
"license": "Apache2",
"bugs": {
"url": "https://github.com/ether/ep_align/issues"
},
"description": "Etherpad plugin to set left, center, right, or full justification for a paragraph",
"homepage": "https://github.com/ether/ep_align#readme",
"keywords": [
"etherpad",
"plugin",
"ep"
],
"name": "ep_align",
"repository": {
"type": "git",
"url": "https://github.com/ether/ep_align.git"
},
"version": "0.3.97",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.4",
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"mocha": "^10.4.0",
"typescript": "^5.4.3"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}