forked from ppark482/polymer-advanced-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·33 lines (33 loc) · 1.04 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "advanced-filter",
"version": "1.0.4",
"authors": [
"Anonymous <[email protected]>"
],
"description": "An element providing a solution to no problem in particular.",
"keywords": [
"web-component",
"polymer",
"seed"
],
"main": "advanced-filter.html",
"ignore": [
"/.*",
"/test/"
],
"dependencies": {
"polymer": "Polymer/polymer#^1.2.0",
"fontawesome-iconset": "https://github.com/vangware/fontawesome-iconset.git#dd776932121f2eae80042e3cf4e36a6f738db39b",
"iron-icons": "PolymerElements/iron-icons#~1.0.5",
"iron-iconset-svg": "PolymerElements/iron-iconset-svg#~1.0.9",
"iron-icon": "PolymerElements/iron-icon#~1.0.7",
"lodash": "~3.10.1",
"star-ratings": "https://github.com/ppark482/polymer-star-ratings.git",
"paper-checkbox": "PolymerElements/paper-checkbox#~1.0.16",
"iron-dropdown": "PolymerElements/iron-dropdown#~1.0.6"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"web-component-tester": "*"
}
}