remove node v0.4.x support

This commit is contained in:
freewil 2014-04-07 03:04:36 -07:00
parent a13cb6b281
commit caf0093c2c
3 changed files with 6 additions and 4 deletions

View File

@ -1,4 +1,6 @@
language: node_js language: node_js
node_js: node_js:
- 0.4 - "0.6"
- 0.6 - "0.8"
- "0.10"
- "0.11"

View File

@ -1,4 +1,4 @@
[![Build Status](https://secure.travis-ci.org/guyht/notp.png)](http://travis-ci.org/guyht/notp) [![Build Status](https://travis-ci.org/guyht/notp.svg)](https://travis-ci.org/guyht/notp)
# Node One Time Password library # Node One Time Password library
Simple to use, fast, and with zero dependencies. The Node One Time Password library is fully compliant with [HOTP](http://tools.ietf.org/html/rfc4226) (counter based one time passwords) and [TOTP](http://tools.ietf.org/html/rfc6238) (time based one time passwords). It can be used in conjunction with the [Google Authenticator](http://code.google.com/p/google-authenticator/) which has free apps for iOS, Android and BlackBerry. Simple to use, fast, and with zero dependencies. The Node One Time Password library is fully compliant with [HOTP](http://tools.ietf.org/html/rfc4226) (counter based one time passwords) and [TOTP](http://tools.ietf.org/html/rfc6238) (time based one time passwords). It can be used in conjunction with the [Google Authenticator](http://code.google.com/p/google-authenticator/) which has free apps for iOS, Android and BlackBerry.

View File

@ -13,7 +13,7 @@
"test": "expresso" "test": "expresso"
}, },
"engines": { "engines": {
"node": ">= v0.4.10" "node": ">= v0.6.0"
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {