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

Side by Side Diff: third_party/polymer/v0_8/components/iron-resizable-behavior/bower.json

Issue 1155683008: Rename polymer and cr_elements v0_8 to v1_0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v1
Patch Set: fix a merge mistake 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": "iron-resizable-behavior",
3 "version": "1.0.0",
4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "Coordinates the flow of resizeable elements",
6 "private": true,
7 "main": "iron-resizable-behavior.html",
8 "authors": [
9 "The Polymer Authors"
10 ],
11 "keywords": [
12 "web-components",
13 "polymer",
14 "iron",
15 "behavior"
16 ],
17 "dependencies": {
18 "polymer": "Polymer/polymer#^1.0.0"
19 },
20 "devDependencies": {
21 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
22 "test-fixture": "polymerelements/test-fixture#^1.0.0",
23 "web-component-tester": "*",
24 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
25 }
26 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698