UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

35 lines 733 B
{ "name": "fetch-polyfill", "description": "A web components wrapper for the fetch polyfill from the https://github.com/github/fetch", "version": "0.1.1", "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": "^2.0.1" }, "devDependencies": {}, "ignore": [ "**/.*", "dependencyci.yml", "node_modules", "bower_components", "test", "tasks" ] }