{
  "name": "co-authy",
  "version": "0.0.14",
  "repository": {
    "type": "git",
    "url": "https://github.com/seegno/co-authy.git"
  },
  "description": "An Authy client based on generators",
  "keywords": [
    "auth",
    "authentication",
    "authy",
    "client",
    "co",
    "two-factor",
    "two factor",
    "2 factor",
    "2fa",
    "two step",
    "2step"
  ],
  "author": {
    "name": "Rui Marinho",
    "email": "rui.marinho@seegno.com",
    "url": "http://seegno.com"
  },
  "homepage": "https://www.authy.com",
  "bugs": "https://github.com/seegno/co-authy/issues",
  "license": "MIT",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/mocha --harmony-generators test/*_test.js test/**/*_test.js"
  },
  "dependencies": {
    "closure": "^1.0.3",
    "co-request": "^0.2.0",
    "debug": "^1.0.2",
    "google-libphonenumber": "^0.0.4",
    "lodash": "^2.4.1",
    "sf": "^0.1.7",
    "validator.js": "^1.0.0",
    "world-countries": "^1.5.0"
  },
  "devDependencies": {
    "co-mocha": "^1.0.0",
    "mocha": "^1.20.1",
    "nock": "^0.45.0",
    "should": "^4.0.4",
    "sinon": "^1.10.2"
  },
  "engines": {
    "node": ">= 0.11"
  }
}
