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

37 lines
832 B
JSON
Raw Normal View History

2015-06-19 09:36:51 -07:00
{
"name": "polymer",
2015-08-20 20:27:11 -07:00
"version": "1.1.1",
2015-06-19 09:36:51 -07:00
"main": [
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
2015-08-20 20:27:11 -07:00
"/test/",
"gen-changelog.sh"
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": {
"webcomponentsjs": "^0.7.2"
},
"devDependencies": {
"web-component-tester": "*"
},
"private": true,
2015-08-18 21:08:03 -07:00
"homepage": "https://github.com/Polymer/polymer",
2015-08-20 20:27:11 -07:00
"_release": "1.1.1",
2015-06-19 09:36:51 -07:00
"_resolution": {
"type": "version",
2015-08-20 20:27:11 -07:00
"tag": "v1.1.1",
"commit": "c0bd5a73b4bd694b7fa5ead01ff558ed542f6bd8"
2015-06-19 09:36:51 -07:00
},
2015-08-18 21:08:03 -07:00
"_source": "git://github.com/Polymer/polymer.git",
2015-06-19 09:36:51 -07:00
"_target": "^1.0.0",
2015-08-18 21:08:03 -07:00
"_originalSource": "Polymer/polymer"
2015-06-19 09:36:51 -07:00
}