jellyfin-web/dashboard-ui/bower_components/polymer/.bower.json

45 lines
1.0 KiB
JSON
Raw Normal View History

2015-06-19 09:36:51 -07:00
{
"name": "polymer",
2016-08-01 13:06:30 -07:00
"version": "1.6.1",
2015-06-19 09:36:51 -07:00
"main": [
2016-01-27 23:38:15 -07:00
"polymer.html",
"polymer-mini.html",
"polymer-micro.html"
2015-06-19 09:36:51 -07:00
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
2015-08-20 20:27:11 -07:00
"/test/",
2016-05-31 20:02:29 -07:00
"/util/",
"/explainer/",
"gulpfile.js",
"PRIMER.md",
"CONTRIBUTING.md",
"CHANGELOG.md"
2015-06-19 09:36:51 -07:00
],
"authors": [
"The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
],
"repository": {
"type": "git",
"url": "https://github.com/Polymer/polymer.git"
},
"dependencies": {
2016-01-27 23:38:15 -07:00
"webcomponentsjs": "^0.7.20"
2015-06-19 09:36:51 -07:00
},
"devDependencies": {
2016-08-01 13:06:30 -07:00
"web-component-tester": "*",
"iron-component-page": "polymerElements/iron-component-page#^1.1.6"
2015-06-19 09:36:51 -07:00
},
"private": true,
"homepage": "https://github.com/polymer/polymer",
2016-08-01 13:06:30 -07:00
"_release": "1.6.1",
2015-06-19 09:36:51 -07:00
"_resolution": {
"type": "version",
2016-08-01 13:06:30 -07:00
"tag": "v1.6.1",
"commit": "1f197d9d7874b1e5808b2a5c26f34446a7d912fc"
2015-06-19 09:36:51 -07:00
},
"_source": "git://github.com/polymer/polymer.git",
2016-07-08 11:10:20 -07:00
"_target": "^1.1.0",
"_originalSource": "polymer/polymer"
2015-06-19 09:36:51 -07:00
}