botp.js/package.json
2011-10-02 18:08:30 -07:00

23 lines
535 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": {},
"devDependencies": {
"expresso" : "0.9.0"
}
}