mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
34 lines
913 B
JSON
34 lines
913 B
JSON
{
|
|
"name": "paper-styles",
|
|
"version": "1.1.4",
|
|
"description": "Common (global) styles for Material Design elements.",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"keywords": [
|
|
"web-component",
|
|
"polymer",
|
|
"style"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/PolymerElements/paper-styles.git"
|
|
},
|
|
"main": "paper-styles.html",
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"homepage": "https://github.com/polymerelements/paper-styles/",
|
|
"ignore": [
|
|
"/.*"
|
|
],
|
|
"dependencies": {
|
|
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0",
|
|
"font-roboto": "PolymerElements/font-roboto#^1.0.1",
|
|
"polymer": "Polymer/polymer#^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
|
|
"iron-component-page": "polymerelements/iron-component-page#^1.0.0",
|
|
"web-component-tester": "^4.0.0"
|
|
}
|
|
}
|