| {
  "name": "paragonie/multi-factor",
  "description": "Vendor-agnostic two-factor authentication library",
  "keywords": [
    "TOTP",
    "HOTP",
    "two-factor",
    "two-factor authentication",
    "2FA",
    "TFA",
    "MFA",
    "multi-factor",
    "multi-factor authentication"
  ],
  "license": [
    "GPL-3.0+",
    "MIT",
    "proprietary"
  ],
  "type": "library",
  "authors": [
    {
      "name":     "Paragon Initiative Enterprises",
      "email":    "[email protected] ",
      "homepage": "https://paragonie.com",
      "role":     "Developer"
    }
  ],
  "support": {
    "issues":   "https://github.com/paragonie/multi_factor/issues",
    "email":    "[email protected] ",
    "source":   "https://github.com/paragonie/multi_factor"
  },
  "require": {
    "php": "^7",
    "bacon/bacon-qr-code": "^1",
    "paragonie/constant_time_encoding": "^2",
    "paragonie/hidden-string": "^1"
  },
  "require-dev": {
    "phpunit/phpunit": "^6",
    "vimeo/psalm": "^3",
    "psalm/plugin-phpunit": "^0.5.5"
  },
  "autoload-dev": {
    "classmap": [
      "test/"
    ]
  },
  "autoload": {
    "psr-4": {
      "ParagonIE\\MultiFactor\\": "src/"
    }
  }
}
 |