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

Unified Diff: third_party/polymer/v0_8/components/iron-jsonp-library/bower.json

Issue 1162563004: Upgrade to 1.0 and switch clients to dom-repeat where needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a layout import and remove the gzipped webanimation in reproduce.sh Created 5 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
Index: third_party/polymer/v0_8/components/iron-jsonp-library/bower.json
diff --git a/third_party/polymer/v0_8/components/iron-jsonp-library/bower.json b/third_party/polymer/v0_8/components/iron-jsonp-library/bower.json
new file mode 100644
index 0000000000000000000000000000000000000000..7f865fe0ad7efbefbee8ccfac135ecc5786ed42f
--- /dev/null
+++ b/third_party/polymer/v0_8/components/iron-jsonp-library/bower.json
@@ -0,0 +1,31 @@
+{
+ "name": "iron-jsonp-library",
+ "version": "1.0.0",
+ "description": "Loads jsonp libraries",
+ "authors": [
+ "Aleks Totic <a@totic.org>",
+ "The Polymer Authors"
+ ],
+ "keywords": [
+ "web-component",
+ "polymer",
+ "behavior"
+ ],
+ "main": "iron-jsonp-library.html",
+ "license": "http://polymer.github.io/LICENSE.txt",
+ "homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
+ "ignore": [
+ "/.*",
+ "/test/",
+ "/demo/"
+ ],
+ "dependencies": {
+ "polymer": "Polymer/polymer#^1.0.0",
+ "iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
+ },
+ "devDependencies": {
+ "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
+ "web-component-tester": "*",
+ "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698