-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbower.json
49 lines (49 loc) · 1.14 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "paper-countries",
"version": "2.1.0",
"homepage": "https://github.com/bluewatertracks/paper-countries",
"authors": [
"Raju Maisnam",
"Dmytro Hrytsenko",
"Bhargav Konkathi",
"Blue Water Tracks Team"
],
"description": "Country flag dropdown",
"main": "paper-countries.html",
"keywords": [
"polymer",
"web-component",
"web-components",
"paper-countries",
"country-flags",
"country-flags-dropdown"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"flag-icon-css": "^2.7.0",
"polymer": "1 - 2",
"paper-input": "^2.0.0",
"paper-listbox": "^2.0.0",
"paper-item": "^2.0.0",
"iron-ajax": "^2.0.0",
"paper-material": "^2.0.0",
"iron-component-page": "^2.0.0",
"webcomponentsjs": "^1.0.10",
"iron-form-element-behavior": "PolymerElements/iron-form-element-behavior#^2.0.0"
},
"devDependencies": {
"iron-demo-helpers": "^2.0.0",
"web-component-tester": "^6.0.0",
"iron-test-helpers": "^2.0.0"
},
"resolutions": {
"test-fixture": "^3.0.0-rc.1"
}
}