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

Side by Side Diff: third_party/polymer/v0_8/components-chromium/iron-behaviors/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-behaviors", 2 "name": "iron-behaviors",
3 "version": "1.0.1",
4 "description": "Provides a set of behaviors for the iron elements",
3 "private": true, 5 "private": true,
4 "authors": [ 6 "authors": [
5 "The Polymer Authors" 7 "The Polymer Authors"
6 ], 8 ],
7 "license": "MIT", 9 "main": [
10 "iron-button-state.html",
11 "iron-control-state.html"
12 ],
13 "license": "http://polymer.github.io/LICENSE.txt",
8 "dependencies": { 14 "dependencies": {
9 "polymer": "Polymer/polymer#v0.8.0-rc.7" 15 "polymer": "Polymer/polymer#^1.0.0",
16 "iron-a11y-keys-behavior": "PolymerElements/iron-a11y-keys-behavior#^1.0.0"
10 }, 17 },
11 "devDependencies": { 18 "devDependencies": {
12 "iron-test-helpers": "polymerelements/iron-test-helpers#^0.8.0", 19 "iron-test-helpers": "polymerelements/iron-test-helpers#^1.0.0",
13 "test-fixture": "polymerelements/test-fixture#^0.8.0", 20 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
14 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.6.0", 21 "test-fixture": "polymerelements/test-fixture#^1.0.0",
15 "web-component-tester": "*" 22 "web-component-tester": "*",
23 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
16 } 24 }
17 } 25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698