2011-10-02 18:08:30 -07:00
|
|
|
{
|
|
|
|
|
"author": "Guy Halford-Thompson <guy@cach.me> (http://cach.me)",
|
|
|
|
|
"name": "notp",
|
|
|
|
|
"description": "Node One Time Password library, supports HOTP, TOTP and works with Google Authenticator",
|
2012-06-13 17:39:01 +00:00
|
|
|
"version": "2.0.1",
|
2011-10-02 18:08:30 -07:00
|
|
|
"homepage": "https://github.com/guyht/notp",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/guyht/notp.git"
|
|
|
|
|
},
|
|
|
|
|
"main": "index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "expresso"
|
|
|
|
|
},
|
|
|
|
|
"engines": {
|
2012-05-31 18:55:14 -04:00
|
|
|
"node": ">= v0.4.10"
|
2011-10-02 18:08:30 -07:00
|
|
|
},
|
2012-06-01 00:07:29 -04:00
|
|
|
"dependencies": {},
|
2011-10-02 18:08:30 -07:00
|
|
|
"devDependencies": {
|
|
|
|
|
"expresso" : "0.9.0"
|
|
|
|
|
}
|
|
|
|
|
}
|