forked from kleinejan/titatoggle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "titatoggle",
"version": "1.2.9",
"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": "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"
},
"keywords": [
"css",
"less",
"bootstrap",
"togglebutton",
"checkbox",
"form",
"buttons",
"toggle"
],
"license": "GPLv2",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-less": "~0.11.3",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-gh-pages": "^0.9.1",
"grunt-shell": "~0.6.1",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.3.1"
}
}