forked from minhur/bootstrap-toggle
-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
46 lines (46 loc) · 1.13 KB
/
package.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
{
"name": "bootstrap4-toggle",
"version": "3.7.0-beta",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
},
"description": "Bootstrap 4 Toggle is a bootstrap 4 plugin that converts checkboxes into toggles.",
"homepage": "https://gitbrent.github.io/bootstrap4-toggle/",
"license": "MIT",
"main": "js/bootstrap4-toggle.min.js",
"files": [
"css/bootstrap4-toggle.min.css",
"js/bootstrap4-toggle.min.js"
],
"scripts": {
"build": "grunt"
},
"keywords": [
"bootstrap",
"bootstrap4",
"bootstrap-4",
"bootstrap 4",
"bootstrap 4 checkbox",
"bootstrap 4 switch",
"bootstrap 4 toggle",
"bootstrap-checkbox",
"bootstrap-switch",
"bootstrap-switch-button",
"bootstrap-toggle"
],
"repository": {
"type": "git",
"url": "https://github.com/gitbrent/bootstrap4-toggle.git"
},
"bugs": {
"url": "https://github.com/gitbrent/bootstrap4-toggle/issues"
},
"devDependencies": {
"doctoc": "^1.4.0",
"grunt": "^1.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1"
}
}