blob: 06b8442162d5eb0ad67f921f209c642e0fec2ae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"author": "Guy Halford-Thompson <guy@guy.ht> (http://guy.ht)",
"name": "notp",
"description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator",
"version": "2.0.3",
"homepage": "https://github.com/guyht/notp",
"repository": {
"type": "git",
"url": "git://github.com/guyht/notp.git"
},
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"engines": {
"node": "> v0.6.0"
},
"dependencies": {},
"devDependencies": {
"mocha": "~1.18.2"
}
}
|