{
  "name": "@building-block/xhr-fetch",
  "version": "1.0.0-alpha.8",
  "description": "XHR-powered fetch implementation with upload and download updates",
  "repository": "building-block/blocks",
  "license": "MIT",
  "authors": [
    "Jake Murzy",
    "Julia Qiu"
  ],
  "main": "dist/xhrFetch.js",
  "umd:main": "dist/xhrFetch.umd.js",
  "module": "dist/xhrFetch.mjs",
  "source": "src/xhrFetch.js",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "sideEffects": false,
  "scripts": {
    "build": "microbundle --target web --strict",
    "dev": "NODE_ENV=test babel-node src/xhrFetch",
    "prepublishOnly": "npm run build",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/node": "^7.5.0",
    "babel-jest": "^24.8.0",
    "jest": "^24.8.0",
    "microbundle": "^0.11.0"
  },
  "keywords": [
    "XHR",
    "XMLHttpRequest",
    "fetch",
    "upload",
    "download",
    "react",
    "progress",
    "uploader",
    "abortable",
    "abortable fetch",
    "aws",
    "s3"
  ],
  "gitHead": "97154a79549e4e36a2b4526dc7912f892d4c633f"
}
