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

Side by Side Diff: third_party/polymer/v0_8/components/paper-styles/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": "paper-styles", 2 "name": "paper-styles",
3 "version": "0.8.6", 3 "version": "1.0.3",
4 "description": "Common (global) styles for Material Design elements.",
4 "authors": [ 5 "authors": [
5 "Ian MacLeod <imac@google.com>",
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "description": "Common (global) styles for Material Design elements.",
9 "keywords": [ 8 "keywords": [
10 "web-component", 9 "web-component",
11 "web-components", 10 "polymer",
12 "polymer" 11 "style"
13 ], 12 ],
14 "main": "paper-styles.html", 13 "main": "paper-styles.html",
15 "license": "MIT", 14 "license": "http://polymer.github.io/LICENSE.txt",
16 "homepage": "https://github.com/PolymerLabs/paper-styles/", 15 "homepage": "https://github.com/polymerelements/paper-styles/",
17 "ignore": [ 16 "ignore": [
18 "/.*", 17 "/.*",
19 "/demo/" 18 "/demo/"
20 ], 19 ],
21 "dependencies": { 20 "dependencies": {
22 "polymer": "Polymer/polymer#v0.8.0-rc.7", 21 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
23 "iron-flex-layout": "PolymerElements/iron-flex-layout#^0.8.0" 22 "polymer": "Polymer/polymer#^1.0.0"
23 },
24 "devDependencies": {
25 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
24 } 26 }
25 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698