{
  "name": "fetch-polyfill",
  "description": "A web components wrapper for the fetch polyfill from the https://github.com/github/fetch",
  "version": "0.1.2",
  "license": "Apache-2.0 OR CC-BY-4.0",
  "authors": [
    "The Advanced REST client authors <arc@mulesoft.com>"
  ],
  "keywords": [
    "web-components",
    "polymer",
    "fetch",
    "polyfill"
  ],
  "private": true,
  "main": [
    "fetch-polyfill.html"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:advanced-rest-client/fetch-polyfill.git"
  },
  "dependencies": {
    "fetch": "github/fetch#^2.0.1"
  },
  "devDependencies": {},
  "ignore": [
    "**/.*",
    "dependencyci.yml",
    "node_modules",
    "bower_components",
    "test",
    "tasks"
  ]
}
