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

Side by Side Diff: third_party/polymer/v1_0/components/iron-fit-behavior/bower.json

Issue 1269803005: Remove third_party/polymer from .gitignore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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-fit-behavior",
3 "version": "1.0.3",
4 "license": "http://polymer.github.io/LICENSE.txt",
5 "description": "Fits an element inside another element",
6 "private": true,
7 "main": [
8 "iron-fit-behavior.html"
9 ],
10 "keywords": [
11 "web-components",
12 "polymer",
13 "behavior"
14 ],
15 "authors": [
16 "The Polymer Authors"
17 ],
18 "repository": {
19 "type": "git",
20 "url": "git://github.com/PolymerElements/iron-fit-behavior.git"
21 },
22 "dependencies": {
23 "polymer": "Polymer/polymer#^1.0.0"
24 },
25 "devDependencies": {
26 "paper-styles": "polymerelements/paper-styles#^1.0.2",
27 "iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
28 "test-fixture": "PolymerElements/test-fixture#^1.0.0",
29 "web-component-tester": "*",
30 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
31 }
32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698