{
  "name": "cross-fetch",
  "version": "1.1.1",
  "description": "Universal WHATWG Fetch API for Node, Browsers and React Native",
  "homepage": "https://github.com/lquixada/cross-fetch",
  "main": "dist/node.js",
  "browser": "dist/browser.js",
  "scripts": {
    "prebuild": "npm test -s",
    "prepublishOnly": "npm run -s build",
    "prepush": "npm test -s",
    "build": "rollup -c",
    "test": "npm run -s mocha && npm run -s lint",
    "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.10.0",
    "husky": "0.14.3",
    "mocha": "4.0.1",
    "nock": "9.0.27",
    "rollup": "0.50.0",
    "rollup-plugin-copy": "0.2.3",
    "rollup-plugin-node-resolve": "3.0.0",
    "rollup-plugin-uglify": "2.0.1"
  },
  "files": [
    "dist",
    "polyfill"
  ],
  "keywords": [
    "fetch",
    "isomorphic",
    "universal",
    "node",
    "react",
    "native",
    "browser",
    "ponyfill",
    "whatwg",
    "xhr",
    "ajax"
  ]
}
