mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
23 lines
464 B
JSON
23 lines
464 B
JSON
{
|
|
"name": "font-roboto",
|
|
"version": "1.0.1",
|
|
"description": "An HTML import for Roboto",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"keywords": [
|
|
"font",
|
|
"roboto"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/font-roboto.git"
|
|
},
|
|
"main": "roboto.html",
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"homepage": "https://github.com/PolymerElements/font-roboto/",
|
|
"ignore": [
|
|
"/.*"
|
|
]
|
|
}
|