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

Side by Side Diff: third_party/polymer/v1_0/components/iron-icon/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-icon",
3 "private": true,
4 "version": "1.0.2",
5 "license": "http://polymer.github.io/LICENSE.txt",
6 "description": "An element that supports displaying an icon",
7 "main": "iron-icon.html",
8 "author": [
9 "The Polymer Authors"
10 ],
11 "keywords": [
12 "web-components",
13 "polymer",
14 "icon"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/PolymerElements/iron-icon.git"
19 },
20 "dependencies": {
21 "iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
22 "iron-meta": "polymerelements/iron-meta#^1.0.0",
23 "polymer": "Polymer/polymer#^1.0.0"
24 },
25 "devDependencies": {
26 "test-fixture": "polymerelements/test-fixture#^1.0.0",
27 "iron-iconset": "polymerelements/iron-iconset#^1.0.0",
28 "iron-icons": "polymerelements/iron-icons#^1.0.0",
29 "iron-component-page": "polymerelements/iron-component-page#^1.0.0",
30 "web-component-tester": "*",
31 "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0"
32 }
33 }
OLDNEW
« no previous file with comments | « third_party/polymer/v1_0/components/iron-icon/README.md ('k') | third_party/polymer/v1_0/components/iron-icon/hero.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698