{
  "name": "cross-fetch",
  "version": "0.0.8",
  "description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
  "homepage": "https://github.com/lquixada/cross-fetch",
  "browser": "dist/fetch-browser.js",
  "main": "fetch-node.js",
  "scripts": {
    "prepublish": "NODE_ENV=production npm run build && npm test",
    "prepush": "npm test",
    "build": "rollup -c",
    "test": "npm run lint && npm run mocha",
    "mocha": "mocha",
    "lint": "eslint ."
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lquixada/cross-fetch.git"
  },
  "author": "Leonardo Quixada <lquixada@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lquixada/cross-fetch/issues"
  },
  "dependencies": {
    "node-fetch": "1.7.3",
    "whatwg-fetch": "2.0.3"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "eslint": "4.7.2",
    "husky": "0.14.3",
    "mocha": "3.5.3",
    "nock": "9.0.19",
    "rollup": "0.50.0",
    "rollup-plugin-commonjs": "8.2.1",
    "rollup-plugin-node-resolve": "3.0.0",
    "rollup-plugin-uglify": "2.0.1"
  },
  "files": [
    "dist",
    "polyfill",
    "fetch-node.js",
    "fetch-node-polyfill.js",
    "fetch-browser-polyfill.js"
  ],
  "keywords": [
    "fetch",
    "isomorphic",
    "universal",
    "node",
    "react",
    "native",
    "browser",
    "ponyfill",
    "whatwg",
    "xhr",
    "ajax"
  ]
}
