{
  "name": "omni-fetch",
  "version": "0.2.3",
  "description": "wrapper for isomorphic fetch with proxy support",
  "main": "./lib/index.js",
  "browser": "./lib/browser.js",
  "files": [
    "lib",
    "index.d.ts"
  ],
  "scripts": {
    "build": "babel src --out-dir lib",
    "start": "npm run watch",
    "watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marionebl/omni-fetch.git"
  },
  "keywords": [
    "fetch",
    "proxy",
    "proxy-auth"
  ],
  "author": {
    "name": "Mario Nebl",
    "email": "hello@herebecode.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marionebl/omni-fetch/issues"
  },
  "homepage": "https://github.com/marionebl/omni-fetch#readme",
  "devDependencies": {
    "babel-cli": "^6.6.5",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "isomorphic-fetch": "^2.2.1",
    "typings": "^0.7.9",
    "xo": "^0.17.1"
  },
  "dependencies": {
    "@types/isomorphic-fetch": "0.0.31",
    "@types/node": "^6.0.52",
    "caw": "^1.2.0"
  },
  "peerDependencies": {
    "isomorphic-fetch": "^2"
  }
}
