mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
44 lines
972 B
JSON
44 lines
972 B
JSON
{
|
|
"name": "polymer",
|
|
"version": "1.5.0",
|
|
"main": [
|
|
"polymer.html",
|
|
"polymer-mini.html",
|
|
"polymer-micro.html"
|
|
],
|
|
"license": "http://polymer.github.io/LICENSE.txt",
|
|
"ignore": [
|
|
"/.*",
|
|
"/test/",
|
|
"/util/",
|
|
"/explainer/",
|
|
"gulpfile.js",
|
|
"PRIMER.md",
|
|
"CONTRIBUTING.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"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.5.0",
|
|
"_resolution": {
|
|
"type": "version",
|
|
"tag": "v1.5.0",
|
|
"commit": "ce5b9fb2d8aa03c698410e2e55cffcfa0b788a3a"
|
|
},
|
|
"_source": "git://github.com/Polymer/polymer.git",
|
|
"_target": "^1.0.0",
|
|
"_originalSource": "Polymer/polymer"
|
|
} |