-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 886 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 886 Bytes
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
{
"author": {
"name": "John McLear",
"email": "john@mclear.co.uk",
"url": "http://mclear.co.uk"
},
"name": "ep_author_hover",
"description": "Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.",
"version": "0.3.55",
"repository": {
"type": "git",
"url": "git@github.com:JohnMcLear/ep_author_hover.git"
},
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-etherpad": "^3.0.22",
"typescript": "^4.9.5"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=12.17.0"
},
"peerDependencies": {
"ep_etherpad-lite": ">=1.8.6"
}
}