forked from kleinejan/titatoggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1020 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": "titatoggle",
"version": "1.2.14",
"homepage": "https://github.com/kleinejan/titatoggle",
"authors": [
"Jan Enning <[email protected]>"
],
"description": "Default bootstrap checkbox toggle buttons. Just default Bootstrap, add a class to use these awesome toggle buttons. Browser support: Internet Explorer 9, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android",
"main": [
"dist/_titatoggle.less",
"dist/titatoggle-dist.css",
"dist/titatoggle-dist-min.css"
],
"moduleType": [
"yui"
],
"ignore": [
"/.*",
"_config.yml",
"_includes",
"_layouts",
"node_modules",
"bower_components",
"css",
"docs",
"less",
"Gruntfile.js",
"index.html",
"package.json"
],
"keywords": [
"css",
"less",
"bootstrap",
"togglebutton",
"checkbox",
"form",
"buttons",
"toggle"
],
"license": "GNU GENERAL PUBLIC LICENSE V2.0",
"dependencies": {
"bootstrap": "~3.3.0"
}
}