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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-meta/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, 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-meta", 2 "name": "iron-meta",
3 "version": "1.0.1",
4 "keywords": [
5 "web-components",
6 "polymer",
7 "meta"
8 ],
9 "license": "http://polymer.github.io/LICENSE.txt",
10 "description": "Useful for sharing information across a DOM tree",
3 "private": true, 11 "private": true,
4 "authors": [ 12 "authors": [
5 "The Polymer Authors" 13 "The Polymer Authors"
6 ], 14 ],
15 "keywords": [
16 "web-components",
17 "polymer"
18 ],
7 "dependencies": { 19 "dependencies": {
8 "polymer": "Polymer/polymer#v0.8.0-rc.7" 20 "polymer": "Polymer/polymer#^1.0.0"
9 }, 21 },
10 "devDependencies": { 22 "devDependencies": {
11 "iron-doc-viewer": "polymerelements/iron-doc-viewer#^0.8.0", 23 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
12 "test-fixture": "polymerelements/test-fixture#^0.8.0", 24 "test-fixture": "polymerelements/test-fixture#^1.0.0",
13 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0", 25 "web-component-tester": "*",
14 "web-component-tester": "~2.2.6" 26 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
15 } 27 }
16 } 28 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698