{
  "_from": "speakeasy@^2.0.0",
  "_id": "speakeasy@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lW2A2s5LKi8rwu77ewisuUOtlCydF/hmQSOJjpTqTj1gZLkNgTaYnyvfxy2WBr4T/h+9c4g8HIITfj83OkFQFw==",
  "_location": "/speakeasy",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "speakeasy@^2.0.0",
    "name": "speakeasy",
    "escapedName": "speakeasy",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/speakeasy/-/speakeasy-2.0.0.tgz",
  "_shasum": "85c91a071b09a5cb8642590d983566165f57613a",
  "_spec": "speakeasy@^2.0.0",
  "_where": "C:\\Sites\\Ecommerce",
  "author": {
    "name": "Mark Bao & Speakeasy Contributors",
    "email": "mark@markbao.com"
  },
  "bugs": {
    "url": "https://github.com/speakeasyjs/speakeasy/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Michael Phan-Ba",
      "email": "michael@mikepb.com"
    },
    {
      "name": "Guy Halford-Thompson",
      "email": "guy@cach.me"
    }
  ],
  "dependencies": {
    "base32.js": "0.0.1"
  },
  "deprecated": false,
  "description": "Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.",
  "devDependencies": {
    "chai": "^3.4.1",
    "coveralls": "^2.11.6",
    "istanbul": "^0.4.2",
    "jsdoc": "^3.3.1",
    "mocha": "^2.2.5",
    "semistandard": "^7.0.5",
    "snazzy": "^2.0.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "http://github.com/speakeasyjs/speakeasy",
  "keywords": [
    "authentication",
    "google authenticator",
    "hmac",
    "hotp",
    "multi-factor",
    "one-time password",
    "passwords",
    "totp",
    "two factor",
    "two-factor",
    "two-factor authentication"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "speakeasy",
  "repository": {
    "type": "git",
    "url": "git://github.com/speakeasyjs/speakeasy.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha -- test/* -R spec",
    "doc": "jsdoc -c jsdoc.json && sed -i '' -e 's/․/./g' docs/speakeasy/*/*.html",
    "lint": "semistandard --verbose | snazzy",
    "test": "mocha"
  },
  "version": "2.0.0"
}
