{
  "name": "fetch-auth-node",
  "description": "Helper to fetch resources that need authentication for node",
  "main": "index.js",
  "scripts": {
    "prepublish": "cp ../es5.js ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UXtemple/fetch-auth.git"
  },
  "keywords": [
    "couchdb",
    "get",
    "authorised",
    "authorized",
    "user",
    "basic",
    "jwt",
    "bearer",
    "username",
    "password",
    "base64",
    "uxtemple"
  ],
  "author": "Darío Javier Cravero <dario@uxtemple.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/UXtemple/fetch-auth/issues"
  },
  "homepage": "https://github.com/UXtemple/fetch-auth#readme",
  "dependencies": {
    "node-fetch": "^1.3.3"
  },
  "devDependencies": {},
  "version": "1.0.1"
}
