forked from gitbrent/bootstrap4-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 829 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
{
"name": "bootstrap4-toggle",
"description": "Bootstrap 4 Toggle is a Bootstrap plugin/widget that converts checkboxes into toggles",
"version": "3.4.0",
"keywords": [
"bootstrap",
"bootstrap4",
"bootstrap 4",
"bootstrap 4 switch",
"bootstrap 4 toggle",
"bootstrap-switch",
"bootstrap-toggle",
"bootstrap4-toggle",
"toggle"
],
"homepage": "https://gitbrent.github.io/bootstrap4-toggle/",
"repository": {
"type": "git",
"url": "https://github.com/gitbrent/bootstrap4-toggle.git"
},
"license": "MIT",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
},
"main": [
"./js/bootstrap4-toggle.js",
"./css/bootstrap4-toggle.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}