-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 884 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
41
{
"name": "totp.util",
"version": "1.0.11",
"description": "Totp util base on rfc6238 for two step authentication",
"keywords": [
"2auth",
"authentication",
"google-authentication",
"hotp",
"node",
"rfc6238",
"time",
"totp",
"util"
],
"homepage": "https://github.com/anzerr/totp.util#readme",
"bugs": {
"url": "https://github.com/anzerr/totp.util/issues"
},
"repository": {
"type": "git",
"url": "[email protected]:anzerr/totp.util.git"
},
"license": "MIT",
"author": "anzerr",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "npm run linter && node test"
},
"dependencies": {
"base.util": "git+https://github.com/anzerr/base.util.git"
},
"devDependencies": {
"base.util": "git+https://github.com/anzerr/base.util.git",
"qr.util": "git+https://github.com/anzerr/qr.util.git"
},
"engines": {
"node": ">= 0.10.0"
}
}