forked from ether/ep_hash_auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 805 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
{
"name": "ep_hash_auth",
"version": "3.0.1",
"description": "Allow the use of hashed passwords in etherpad-lite.",
"main": "ep_hash_auth.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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": "http://github.com/ypid"
},
"license": "GPL-3.0+",
"readmeFilename": "README.md",
"dist": {
"shasum": "b70bac22435e00a0196fee2e7db1b228dc5bebf5"
},
"_from": "ep_hash_auth@"
}