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

Side by Side Diff: third_party/polymer/v1_0/components-chromium/font-roboto/.bower.json

Issue 1834313003: Remove unneeded files from third_party/polymer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore bower.json files. Created 4 years, 8 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": "font-roboto",
3 "version": "1.0.1",
4 "description": "An HTML import for Roboto",
5 "authors": [
6 "The Polymer Authors"
7 ],
8 "keywords": [
9 "font",
10 "roboto"
11 ],
12 "repository": {
13 "type": "git",
14 "url": "git://github.com/PolymerElements/font-roboto.git"
15 },
16 "main": "roboto.html",
17 "license": "http://polymer.github.io/LICENSE.txt",
18 "homepage": "https://github.com/PolymerElements/font-roboto/",
19 "ignore": [
20 "/.*"
21 ],
22 "_release": "1.0.1",
23 "_resolution": {
24 "type": "version",
25 "tag": "v1.0.1",
26 "commit": "21ce9b51a417fa9995cf6606e886aba0728f70a1"
27 },
28 "_source": "git://github.com/PolymerElements/font-roboto.git",
29 "_target": "^1.0.0",
30 "_originalSource": "PolymerElements/font-roboto"
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698