UNPKG

squeakeasy

Version:

Fork of unmaintained module speakeasy. Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.

9 lines (8 loc) 263 B
language: node_js node_js: - "5.3" - "5.0" - "4.1" - "4.0" - "0.12" after_script: 'istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage'