-
Notifications
You must be signed in to change notification settings - Fork 86
/
bower.json
29 lines (29 loc) · 837 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
{
"name": "fontIconPicker",
"version": "2.0.0",
"description": "An icon picker built on top of font icons and jQuery",
"keywords": [
"icons",
"font icons",
"picker"
],
"main": [
"jquery.fonticonpicker.min.js",
"css/iconpicker.woff",
"css/iconpicker.eot",
"css/iconpicker.svg",
"css/iconpicker.ttf",
"css/jquery.fonticonpicker.min.css",
"themes/grey-theme/jquery.fonticonpicker.grey.min.css",
"themes/bootstrap-theme/jquery.fonticonpicker.bootstrap.min.css",
"themes/dark-grey-theme/jquery.fonticonpicker.darkgrey.min.css",
"themes/inverted-theme/jquery.fonticonpicker.inverted.min.css"
],
"ignore": [
"demo"
],
"dependencies": {
"jquery": ">=1.7.1"
},
"license": "MIT"
}