jellyfin-web/dashboard-ui/bower_components/iron-icons/bower.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2015-06-19 09:36:51 -07:00
{
"name": "iron-icons",
2016-02-02 19:12:02 -07:00
"version": "1.1.3",
2015-06-19 09:36:51 -07:00
"description": "A set of icons for use with iron-icon",
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
"icon"
],
"main": "iron-icons.html",
"private": true,
"repository": {
"type": "git",
2015-06-25 18:13:51 -07:00
"url": "git://github.com/PolymerElements/iron-icons"
2015-06-19 09:36:51 -07:00
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/PolymerElements/paper-icons",
"dependencies": {
"iron-icon": "polymerelements/iron-icon#^1.0.0",
"iron-iconset-svg": "polymerelements/iron-iconset-svg#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"paper-styles": "polymerelements/paper-styles#^1.0.2",
"iron-component-page": "polymerelements/iron-component-page#1.0.0",
"iron-flex-layout": "polymerelements/iron-flex-layout#^1.0.0",
"iron-meta": "polymerelements/iron-meta#^1.0.0",
2016-01-23 12:03:59 -07:00
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0"
2015-06-19 09:36:51 -07:00
},
"ignore": [
"util",
"update-icons.sh"
]
}