{
  "name": "fetch-cookie",
  "version": "0.7.3",
  "description": "Decorator for a `fetch` function to support automatic cookies.",
  "homepage": "https://github.com/valeriangalliat/fetch-cookie",
  "bugs": "https://github.com/valeriangalliat/fetch-cookie/issues",
  "license": "Unlicense",
  "author": {
    "name": "Valérian Galliat",
    "url": "http://val.codejam.info/"
  },
  "files": [
    "index.js",
    "node-fetch.js",
    "README.md",
    "UNLICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/valeriangalliat/fetch-cookie.git"
  },
  "scripts": {
    "lint": "standard",
    "prepare": "npm run lint && npm test",
    "test": "mocha"
  },
  "dependencies": {
    "es6-denodeify": "^0.1.1",
    "tough-cookie": "^2.3.3"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "@types/express": "^4.16.0",
    "@types/mocha": "^5.2.5",
    "@types/node-fetch": "^2.1.1",
    "chai": "^4.1.2",
    "express": "^4.14.1",
    "mocha": "^3.2.0",
    "node-fetch": "^1.6.3",
    "standard": "^11.0.1"
  }
}
