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

Side by Side Diff: third_party/polymer/v1_0/components/iron-jsonp-library/bower.json

Issue 1187823002: Update Polymer components and re-run reproduce.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "iron-jsonp-library", 2 "name": "iron-jsonp-library",
3 "version": "1.0.0", 3 "version": "1.0.1",
4 "description": "Loads jsonp libraries", 4 "description": "Loads jsonp libraries",
5 "authors": [ 5 "authors": [
6 "Aleks Totic <a@totic.org>", 6 "Aleks Totic <a@totic.org>",
7 "The Polymer Authors" 7 "The Polymer Authors"
8 ], 8 ],
9 "keywords": [ 9 "keywords": [
10 "web-component", 10 "web-component",
11 "polymer", 11 "polymer",
12 "behavior" 12 "behavior"
13 ], 13 ],
14 "main": "iron-jsonp-library.html", 14 "main": "iron-jsonp-library.html",
15 "license": "http://polymer.github.io/LICENSE.txt", 15 "license": "http://polymer.github.io/LICENSE.txt",
16 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/", 16 "homepage": "https://github.com/PolymerElements/iron-jsonp-library/",
17 "ignore": [ 17 "ignore": [
18 "/.*", 18 "/.*",
19 "/test/", 19 "/test/",
20 "/demo/" 20 "/demo/"
21 ], 21 ],
22 "dependencies": { 22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0", 23 "polymer": "Polymer/polymer#^1.0.0"
24 "iron-ajax": "PolymerElements/iron-ajax#^1.0.0"
25 }, 24 },
26 "devDependencies": { 25 "devDependencies": {
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 26 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
28 "web-component-tester": "*", 27 "web-component-tester": "*",
29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 28 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
29 "paper-styles": "PolymerElements/paper-styles#^1.0.2",
30 "paper-spinner": "PolymerElements/paper-spinner#^1.0.1"
30 } 31 }
31 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698