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

27 lines
493 B
JSON
Raw Normal View History

2015-06-19 09:36:51 -07:00
{
"name": "polymer",
2015-08-14 07:42:40 -07:00
"version": "1.1.0",
2015-06-19 09:36:51 -07:00
"main": [
"polymer.html"
],
"license": "http://polymer.github.io/LICENSE.txt",
"ignore": [
"/.*",
"/test/"
],
"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
}