{
  "name": "react-fetch",
  "description": "A component that fetches data from an api",
  "version": "0.0.9",
  "main": "./build/react-fetch.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "publish": "gulp publish:examples"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/zackify/react-fetch.git"
  },
  "keywords": [
    "reactjs",
    "fetch",
    "input",
    "component"
  ],
  "browserify-shim": {
    "react": "global:React"
  },
  "author": "Zach Silveira",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zackify/react-fetch/issues"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-gh-pages": "^0.5.1",
    "react-component-gulp-tasks": "^0.7.0"
  },
  "homepage": "https://github.com/zackify/react-fetch",
  "dependencies": {
    "isomorphic-fetch": "^2.1.0"
  },
  "peerDependencies": {
    "react": ">=0.14.0 || >15.0.0"
  }
}
