forked from stevenrskelton/flag-icon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
45 lines (45 loc) · 824 Bytes
/
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
{
"name": "flag-icon",
"homepage": "https://github.com/stevenrskelton/flag-icon",
"description": "Polymer Web Component for SVG and PNG icons of country, state, province and other flags",
"main": "flag-icon.html",
"authors": [
"Steven Skelton"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"keywords": [
"web-component",
"web-components",
"polymer",
"geography",
"countries",
"world",
"state",
"provincial",
"territory",
"icon",
"svg",
"flag",
"maritime",
"nascar",
"indycar",
"racing",
"australia",
"brazil",
"canada",
"germany",
"spain",
"russia",
"united states"
],
"dependencies": {
"polymer": "Polymer/polymer#^0.5.5"
}
}