mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 11:28:23 -07:00
39 lines
884 B
JSON
39 lines
884 B
JSON
{
|
|
"name": "polymer",
|
|
"version": "1.2.4",
|
|
"main": [
|
|
"polymer.html",
|
|
"polymer-mini.html",
|
|
"polymer-micro.html"
|
|
],
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"ignore": [
|
|
"/.*",
|
|
"/test/",
|
|
"gen-changelog.sh"
|
|
],
|
|
"authors": [
|
|
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Polymer/polymer.git"
|
|
},
|
|
"dependencies": {
|
|
"webcomponentsjs": "^0.7.20"
|
|
},
|
|
"devDependencies": {
|
|
"web-component-tester": "*"
|
|
},
|
|
"private": true,
|
|
"homepage": "https://github.com/Polymer/polymer",
|
|
"_release": "1.2.4",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.2.4",
|
|
"commit": "284332a905ddd60eab11901a82ac037976175cf8"
|
|
},
|
|
"_source": "git://github.com/Polymer/polymer.git",
|
|
"_target": "^1.0.0",
|
|
"_originalSource": "Polymer/polymer"
|
|
} |