forked from speakeasyjs/speakeasy
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.27 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
49
{
"author": {
"name": "Mark Bao",
"email": "[email protected]",
"url": "http://markbao.com/"
},
"name": "speakeasy",
"description": "Easy two-factor authentication with node.js. Time-based or counter-based (HOTP/TOTP), and supports the Google Authenticator mobile app. Also includes a key generator. Uses the HMAC One-Time Password algorithms.",
"version": "1.0.3",
"homepage": "http://github.com/markbao/speakeasy",
"repository": {
"type": "git",
"url": "git://github.com/markbao/speakeasy.git"
},
"main": "index.js",
"engines": {
"node": ">= 0.3.0"
},
"dependencies": {
"ezcrypto": "0.0.3",
"thirty-two": "0.0.1"
},
"keywords": [
"two-factor",
"authentication",
"hotp",
"totp",
"multi-factor",
"hmac",
"one-time password",
"passwords"
],
"devDependencies": {
"vows": "*"
},
"scripts": {
"test": "vows --spec test/*"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/markbao/speakeasy/issues"
},
"_id": "[email protected]",
"dist": {
"shasum": "885d7d78e7c0197211400db49dfe1ab398dc54bd"
},
"_resolved": "git://github.com/mrose17/speakeasy.git#4c12a36fb74351e61143183a012e7665f9d0eec8",
"_from": "speakeasy@git://github.com/mrose17/speakeasy.git"
}