-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "totpsaurus",
"version": "1.0.2",
"description": "Ultralight, non-dependent and minimalist open-source package for generating Time-based One-Time Passwords (TOTPs), creating OTP URLs, and generating secure backup codes for account recovery.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Louis Brulé Naudet <[email protected]> (https://louisbrulenaudet.com)",
"license": "MIT",
"url": "https://louisbrulenaudet.com",
"email": "[email protected]",
"repository": {
"type": "git",
"url": "https://github.com/louisbrulenaudet/totpsaurus"
},
"keywords": [
"2FA",
"crypto",
"time-based",
"one-time",
"password",
"auth",
"authentication",
"google authenticator",
"two-factor",
"2-factor",
"SHA1"
],
"bugs": "https://louisbrulenaudet.com/contact",
"homepage": "https://louisbrulenaudet.com",
"funding": [
{
"type": "Revolut",
"url": "https://revolut.me/louisbrulenaudet"
},
{
"type": "Lydia",
"url": "https://lydia-app.com/collect/louisbrulenaudet"
}
]
}