botp.js/package.json
2012-05-31 18:54:35 -04:00

25 lines
564 B
JSON

{
"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",
"version": "1.1.2",
"homepage": "https://github.com/guyht/notp",
"repository": {
"type": "git",
"url": "git://github.com/guyht/notp.git"
},
"main": "index.js",
"scripts": {
"test": "expresso"
},
"engines": {
"node": "~v0.4.10"
},
"dependencies": {
"thirty-two": "0.0.1"
},
"devDependencies": {
"expresso" : "0.9.0"
}
}