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

Side by Side Diff: third_party/polymer/v0_8/components/paper-spinner/bower.json

Issue 1162963002: Revert "Rename polymer and cr_elements v0_8 to v1_0" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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-spinner", 2 "name": "paper-spinner",
3 "version": "1.0.1", 3 "version": "1.0.1",
4 "description": "A material design spinner", 4 "description": "A material design spinner",
5 "authors": [ 5 "authors": [
6 "The Polymer Authors" 6 "The Polymer Authors"
7 ], 7 ],
8 "keywords": [ 8 "keywords": [
9 "web-components", 9 "web-components",
10 "polymer", 10 "polymer",
(...skipping 13 matching lines...) Expand all
24 "paper-styles": "PolymerElements/paper-styles#^1.0.0", 24 "paper-styles": "PolymerElements/paper-styles#^1.0.0",
25 "polymer": "Polymer/polymer#^1.0.0" 25 "polymer": "Polymer/polymer#^1.0.0"
26 }, 26 },
27 "devDependencies": { 27 "devDependencies": {
28 "web-component-tester": "*", 28 "web-component-tester": "*",
29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0", 29 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
30 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 30 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0" 31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
32 } 32 }
33 } 33 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698