Skip to main content
Module

x/otpauth/package.json

One Time Password (HOTP/TOTP) library for Node.js, Deno and browsers.
Go to Latest
File
{ "name": "otpauth", "libraryName": "OTPAuth", "version": "3.0.6", "description": "One Time Password (HOTP/TOTP) library for Node.js and browser", "keywords": [ "otp", "hotp", "totp", "one time password", "2fa", "2 factor", "two factor", "two-factor", "2step", "2 step", "two step", "two-step", "auth", "authenticator", "google authenticator" ], "author": "Héctor Molinero Fernández <hector@molinero.xyz>", "license": "MIT", "homepage": "https://github.com/zant95/otpauth", "repository": { "type": "git", "url": "https://github.com/zant95/otpauth.git" }, "bugs": { "url": "https://github.com/zant95/otpauth/issues" }, "main": "./dist/otpauth.min.js", "scripts": { "lint": "eslint .", "build": "webpack --display-reasons", "test:browser": "karma start", "test:node": "mocha --reporter dot", "test": "run-s test:*", "docs": "rimraf docs && esdoc", "dist": "run-s lint build test docs", "version": "run-s dist && git add -A dist docs" }, "dependencies": {}, "devDependencies": { "chai": "4.x.x", "esdoc": "1.x.x", "esdoc-standard-plugin": "1.x.x", "eslint": "4.x.x", "eslint-config-xo": "0.x.x", "eslint-config-zant": "2.x.x", "eslint-plugin-import": "2.x.x", "eslint-plugin-unicorn": "2.x.x", "google-closure-compiler-js": "20170626.0.0", "karma": "1.x.x", "karma-chai": "0.x.x", "karma-chrome-launcher": "2.x.x", "karma-mocha": "1.x.x", "karma-phantomjs-launcher": "1.x.x", "mocha": "3.x.x", "npm-run-all": "4.x.x", "rimraf": "2.x.x", "sjcl": "1.0.7", "tmp": "0.x.x", "webpack": "3.x.x" }}