mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
27 lines
493 B
JSON
27 lines
493 B
JSON
{
|
|
"name": "polymer",
|
|
"version": "1.0.8",
|
|
"main": [
|
|
"polymer.html"
|
|
],
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"ignore": [
|
|
"/.*",
|
|
"/test/"
|
|
],
|
|
"authors": [
|
|
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
},
|
|
"dependencies": {
|
|
"webcomponentsjs": "^0.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"web-component-tester": "*"
|
|
},
|
|
"private": true
|
|
}
|