UNPKG

api-console-assets

Version:

This repo only exists to publish api console components to npm

57 lines 1.88 kB
{ "name": "oauth-authorization", "description": "A set of elements that perform oauth authorization", "authors": [ "The Advanced REST client authors <arc@mulesoft.com>" ], "keywords": [ "web-components", "polymer" ], "private": true, "main": [ "oauth2-authorization.html", "oauth1-authorization.html" ], "repository": { "type": "git", "url": "git@github.com:advanced-rest-client/oauth-authorization.git" }, "dependencies": { "polymer": "Polymer/polymer#^1.0.0", "cryptojs-lib": "advanced-rest-client/cryptojs-lib#^0.1.1", "bytes-counter": "advanced-rest-client/bytes-counter#^0.1.1", "iron-meta": "PolymerElements/iron-meta#<2", "kjur-jsrsasign": "jsrsasign#^8.0.3", "headers-parser-behavior": "advanced-rest-client/headers-parser-behavior#^0.1.3", "url-parser": "advanced-rest-client/url-parser#^0.1.1" }, "devDependencies": { "iron-component-page": "polymerelements/iron-component-page#1.0.0", "web-component-tester": "^4.0.0", "paper-styles": "polymerelements/paper-styles#^1.0.2", "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0", "iron-test-helpers": "PolymerElements/iron-test-helpers#^1.0.0", "test-fixture": "PolymerElements/test-fixture#^1.0.0", "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" }, "ignore": [ "**/.*", "dependencyci.yml", "node_modules", "bower_components", "test", "tasks" ], "version": "0.2.9", "homepage": "https://github.com/advanced-rest-client/oauth-authorization", "_release": "0.2.9", "_resolution": { "type": "version", "tag": "0.2.9", "commit": "cc958c77ec73051cf19063000b59a10395fad3ad" }, "_source": "https://github.com/advanced-rest-client/oauth-authorization.git", "_target": "^0.2.3", "_originalSource": "advanced-rest-client/oauth-authorization" }