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

Side by Side Diff: third_party/polymer/v0_8/components/paper-progress/.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
(Empty)
1 {
2 "name": "paper-progress",
3 "version": "1.0.0",
4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "A material design progress bar",
6 "authors": "The Polymer Authors",
7 "keywords": [
8 "web-components",
9 "polymer",
10 "progress"
11 ],
12 "main": [
13 "paper-progress.html"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/PolymerElements/paper-progress.git"
18 },
19 "dependencies": {
20 "polymer": "Polymer/polymer#^1.0.0",
21 "iron-range-behavior": "PolymerElements/iron-range-behavior#^1.0.0",
22 "paper-styles": "PolymerElements/paper-styles#^1.0.0"
23 },
24 "devDependencies": {
25 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
26 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
27 "paper-button": "PolymerElements/paper-button#^1.0.0",
28 "web-component-tester": "*",
29 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
30 },
31 "homepage": "https://github.com/PolymerElements/paper-progress",
32 "_release": "1.0.0",
33 "_resolution": {
34 "type": "version",
35 "tag": "v1.0.0",
36 "commit": "1bef80a0d4110654b85746e70c006796ce8cdc2c"
37 },
38 "_source": "git://github.com/PolymerElements/paper-progress.git",
39 "_target": "^1.0.0",
40 "_originalSource": "PolymerElements/paper-progress"
41 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698