{
  "name": "fetch-sync",
  "version": "2.0.0",
  "description": "Proxy fetch requests through the Background Sync API",
  "main": "lib/client/index.js",
  "jsnext:main": "src/client/index.js",
  "author": "Sam Gluck <sdgluck@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sdgluck/fetch-sync.git"
  },
  "scripts": {
    "lint": "standard src/**/*.js",
    "build": "babel src --out-dir lib",
    "build:umd": "webpack --config webpack.development.config.js",
    "build:umd:min": "webpack --config webpack.production.config.js",
    "watch": "webpack --progress --colors --watch --config webpack.development.config.js",
    "clean": "rm -rf dist lib",
    "test": "node test/server.js",
    "prepublish": "npm run lint && npm run clean && npm run build && npm run build:umd && npm run build:umd:min"
  },
  "bugs": {
    "url": "https://github.com/sdgluck/fetch-sync/issues"
  },
  "homepage": "https://github.com/sdgluck/fetch-sync#readme",
  "keywords": [
    "background",
    "sync",
    "service",
    "worker",
    "http",
    "helper",
    "utility",
    "tool",
    "module",
    "network",
    "fetch",
    "request",
    "requests",
    "proxy",
    "proxies"
  ],
  "dependencies": {
    "idb-wrapper": "^1.6.2",
    "mini-defer": "0.0.2",
    "msgr": "^2.0.0",
    "serialise-request": "0.0.7",
    "serialise-response": "0.0.4",
    "shortid": "^2.2.6",
    "sw-register": "^0.4.0"
  },
  "devDependencies": {
    "babel-cli": "^6.2.0",
    "babel-core": "^6.5.2",
    "babel-eslint": "^5.0.0",
    "babel-loader": "^6.2.3",
    "babel-plugin-add-module-exports": "^0.1.2",
    "babel-preset-es2015": "^6.1.18",
    "babel-preset-stage-0": "^6.3.13",
    "catch-and-match": "^0.2.13",
    "chai": "^3.4.1",
    "express": "^4.13.4",
    "mocha": "^2.3.4",
    "moment": "^2.12.0",
    "standard": "^6.0.5",
    "webpack": "^2.0.1-beta"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
