forked from kleinejan/titatoggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
47
48
49
{
"name": "titatoggle",
"version": "2.1.2",
"description": "Default bootstrap 4 checkbox toggle buttons. Just default Bootstrap, add a class to use these awesome toggle buttons. Browser support: Internet Explorer 9/10,11, Edge, FireFox, Safari, Chrome, Safari Ios, Stock Android browser 4.2, Chrome Android",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jan Enning",
"homepage": "https://kleinejan.github.io/titatoggle/",
"repository": {
"type": "git",
"url": "https://github.com/kleinejan/titatoggle"
},
"license": "GPL-2.0",
"keywords": [
"css",
"less",
"bootstrap",
"togglebutton",
"checkbox",
"form",
"buttons",
"toggle"
],
"devDependencies": {
"bootstrap": "^4.0.0",
"browser-sync": "^2.18.7",
"del": "^2.2.2",
"gh-pages": "^0.12.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-file-include": "^1.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-highlight": "^2.1.0",
"gulp-path": "^3.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-snippet-highlight": "^1.0.0",
"gulp-watch": "^4.3.11",
"highlight": "^0.2.4",
"highlight.js": "^9.9.0",
"load-grunt-tasks": "^0.4.0",
"run-sequence": "^1.2.2"
}
}