-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
48 lines (48 loc) · 1.02 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
{
"name": "ep_hash_auth",
"version": "3.0.20",
"description": "Allow the use of hashed passwords in etherpad-lite.",
"main": "ep_hash_auth.js",
"keywords": [
"hash",
"password",
"auth",
"etherpad-lite"
],
"repository": {
"type": "git",
"url": "https://github.com/LaKing/ep_hash_auth"
},
"author": {
"name": "István Király",
"email": "[email protected]",
"url": "http://D250.hu"
},
"contributors": {
"name": "Robin Schneider",
"email": "[email protected]",
"url": "https://github.com/ypid"
},
"license": "GPL-3.0+",
"readmeFilename": "README.md",
"dist": {
"shasum": "b70bac22435e00a0196fee2e7db1b228dc5bebf5"
},
"_from": "ep_hash_auth@",
"funding": {
"type": "individual",
"url": "https://etherpad.org/"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-etherpad": "^4.0.4",
"typescript": "^5.4.2"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"engines": {
"node": ">=18.0.0"
}
}