{
  "name": "gauthify",
  "version": "1.1.6",
  "description": "GAuthify Node Client Library - two factor authentication via SMS/Voice/Email/Google Authenticator",
  "main": "./lib/gauthify.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "chai": "^3.5.0",
    "request": "^2.72.0"
  },
  "devDependencies": {
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ajayimade/Gauthify-Node.git"
  },
  "keywords": [
    "Gauthify",
    "Node",
    "2FA(Two",
    "Factor",
    "Authentication)",
    "via",
    "SMS/Voice/Email/Google",
    "Authenticator"
  ],
  "author": "Ajay Imade <imadeajay@gmail.com> (http://www.facebook.com/ajayimade)",
  "license": [
    {
      "type": "MIT",
      "url": "https://github.com/ajayimade/Gauthify-Node/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/ajayimade/Gauthify-Node/issues"
  },
  "homepage": "https://github.com/ajayimade/Gauthify-Node#readme"
}
