Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1491)

Unified Diff: third_party/polymer/components/iron-ajax/.bower.json

Issue 2906483004: [pinpoint] Add iron-form and paper-checkbox to polymer components. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/polymer/bower.json ('k') | third_party/polymer/components/iron-ajax/.github/ISSUE_TEMPLATE.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/polymer/components/iron-ajax/.bower.json
diff --git a/third_party/polymer/components/iron-ajax/.bower.json b/third_party/polymer/components/iron-ajax/.bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..8aa29809d9caeb1664227392f933fae1f8798a49
--- /dev/null
+++ b/third_party/polymer/components/iron-ajax/.bower.json
@@ -0,0 +1,43 @@
+{
+ "name": "iron-ajax",
+ "version": "1.4.4",
+ "description": "Makes it easy to make ajax calls and parse the response",
+ "private": true,
+ "authors": [
+ "The Polymer Authors"
+ ],
+ "keywords": [
+ "web-components",
+ "polymer",
+ "ajax"
+ ],
+ "main": "iron-ajax.html",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/PolymerElements/iron-ajax.git"
+ },
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "homepage": "https://github.com/PolymerElements/iron-ajax",
+ "ignore": [],
+ "dependencies": {
+ "promise-polyfill": "polymerlabs/promise-polyfill#^1.0.0",
+ "polymer": "Polymer/polymer#^1.5.0"
+ },
+ "devDependencies": {
+ "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
+ "iron-image": "polymerelements/iron-image#^1.0.0",
+ "paper-styles": "polymerelements/paper-styles#^1.0.0",
+ "test-fixture": "polymerelements/test-fixture#^1.0.0",
+ "web-component-tester": "^4.0.0",
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ },
+ "_release": "1.4.4",
+ "_resolution": {
+ "type": "version",
+ "tag": "v1.4.4",
+ "commit": "0ab45d863fd7d56a515af77020ce9cb2675f819e"
+ },
+ "_source": "https://github.com/PolymerElements/iron-ajax.git",
+ "_target": "^1.0.0",
+ "_originalSource": "PolymerElements/iron-ajax"
+}
« no previous file with comments | « third_party/polymer/bower.json ('k') | third_party/polymer/components/iron-ajax/.github/ISSUE_TEMPLATE.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698