botp.js/package.json

23 lines
531 B
JSON
Raw Normal View History

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": {
2014-04-07 03:13:09 -07:00
"test": "mocha"
2011-10-02 18:08:30 -07:00
},
"engines": {
2014-04-07 03:04:36 -07:00
"node": ">= v0.6.0"
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": {
2014-04-07 03:13:09 -07:00
"mocha": "~1.18.2"
2011-10-02 18:08:30 -07:00
}
}