mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
22 lines
423 B
JSON
22 lines
423 B
JSON
{
|
|
"name": "webcomponentsjs",
|
|
"main": "webcomponents.js",
|
|
"version": "0.7.21",
|
|
"homepage": "http://webcomponents.org",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webcomponents/webcomponentsjs.git"
|
|
},
|
|
"keywords": [
|
|
"webcomponents"
|
|
],
|
|
"license": "BSD",
|
|
"ignore": [],
|
|
"devDependencies": {
|
|
"web-component-tester": "^4.0.1"
|
|
}
|
|
}
|