api-console-assets
Version:
This repo only exists to publish api console components to npm
45 lines • 1.12 kB
JSON
{
"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"
],
"homepage": "https://github.com/advanced-rest-client/fetch-polyfill",
"_release": "0.1.2",
"_resolution": {
"type": "version",
"tag": "0.1.2",
"commit": "274b1411c071620df066c21644a99dda4ecf39fc"
},
"_source": "https://github.com/advanced-rest-client/fetch-polyfill.git",
"_target": "^0.1.1",
"_originalSource": "advanced-rest-client/fetch-polyfill"
}