{
  "name": "fetch-on-rest",
  "version": "2.0.4",
  "description": "A REST API wrapper around window.fetch",
  "main": "./src/rest.js",
  "scripts": {
    "test": "jest --verbose"
  },
  "jest": {
    "rootDir": "src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pratyushmittal/fetch-on-rest.git"
  },
  "keywords": [
    "Fetch",
    "react",
    "react-native",
    "REST"
  ],
  "author": "Pratyush Mittal",
  "license": "Unlicense",
  "bugs": {
    "url": "https://github.com/pratyushmittal/fetch-on-rest/issues"
  },
  "homepage": "https://github.com/pratyushmittal/fetch-on-rest#readme",
  "devDependencies": {
    "jest-cli": "^17.0.3"
  },
  "dependencies": {
    "urijs": "^1.18.4"
  }
}
