-
Notifications
You must be signed in to change notification settings - Fork 139
/
bower.json
65 lines (65 loc) · 1.43 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bootstrap-iconpicker",
"description": "Simple Iconpicker for Bootstrap 3.x and 4.x",
"version": "1.10.0",
"keywords": [
"Bootstrap",
"Iconpicker",
"Glyphicon",
"Font Awesome",
"Elusive Icons",
"Ionicons",
"Map Icons",
"Material Design Icons",
"Octicons",
"Typicons",
"Weather Icons",
"Flag Icons"
],
"license": "MIT",
"authers": [
{
"name": "Victor Valencia Rico",
"email": "valencia_vik@hotmail.com",
"homepage": "https://github.com/victor-valencia"
}
],
"repository": {
"type": "git",
"url": "http://victor-valencia.github.io/bootstrap-iconpicker"
},
"main": [
"dist/css/bootstrap-iconpicker.css",
"dist/css/bootstrap-iconpicker.min.css",
"dist/js/bootstrap-iconpicker-iconset-all.js",
"dist/js/bootstrap-iconpicker-iconset-all.min.js",
"dist/js/bootstrap-iconpicker.bundle.min.js",
"dist/js/bootstrap-iconpicker.js",
"dist/js/bootstrap-iconpicker.min.js"
],
"ignore": [
"/.*",
"/css",
"/icon-fonts",
"/test",
"/util",
"/src",
"banner.js",
"bootstrap-iconpicker_3x.png",
"bootstrap-iconpicker_4x.png",
"gruntfile.js",
"index_v3x.html",
"index.html",
"package.json",
"README.md",
"docs/SUPPORTED.md",
"docs/CHANGELOG.md"
],
"dependencies": {
"jquery" : "~3.3.1",
"bootstrap": "~4.1.3"
},
"devDependencies": {
"sinonjs": "^1.17.1"
}
}