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

Side by Side Diff: third_party/polymer/components/neon-animation/bower.json

Issue 2113853002: Run bower update (Closed) Base URL: https://github.com/catapult-project/catapult@polymer10-migration
Patch Set: Created 4 years, 5 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": "neon-animation", 2 "name": "neon-animation",
3 "description": "A system for animating Polymer-based web components", 3 "description": "A system for animating Polymer-based web components",
4 "version": "1.2.2", 4 "version": "1.2.3",
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 "web-component", 10 "web-component",
11 "polymer", 11 "polymer",
12 "web-animations" 12 "web-animations"
13 ], 13 ],
14 "main": [ 14 "main": [
(...skipping 28 matching lines...) Expand all
43 "test-fixture": "PolymerElements/test-fixture#^1.0.0", 43 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
44 "web-component-tester": "^4.0.0", 44 "web-component-tester": "^4.0.0",
45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0", 45 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
46 "paper-item": "PolymerElements/paper-item#^1.0.0", 46 "paper-item": "PolymerElements/paper-item#^1.0.0",
47 "paper-styles": "PolymerElements/paper-styles#^1.0.0", 47 "paper-styles": "PolymerElements/paper-styles#^1.0.0",
48 "iron-icon": "PolymerElements/iron-icon#^1.0.0", 48 "iron-icon": "PolymerElements/iron-icon#^1.0.0",
49 "iron-icons": "PolymerElements/iron-icons#^1.0.0", 49 "iron-icons": "PolymerElements/iron-icons#^1.0.0",
50 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0" 50 "paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0"
51 } 51 }
52 } 52 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698