-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 843 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
{
"name": "google-author",
"version": "1.0.4",
"description": "Google Authenticator Secret Keys",
"author": "bug3",
"license": "MIT",
"bugs": {
"url": "https://github.com/bug3/google-author/issues"
},
"homepage": "https://github.com/bug3/google-author#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bug3/google-author.git"
},
"dependencies": {
"base32.js": "^0.1.0",
"jimp": "^0.22.10",
"protobufjs": "^7.2.5",
"qrcode-reader": "^1.0.4",
"synchronized-promise": "^0.3.1"
},
"keywords": [
"google",
"authenticator",
"secret",
"keys",
"otp",
"auth",
"migration",
"qr"
],
"files": [
"/src",
"migration_data.proto"
]
}