-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
41 lines (41 loc) · 934 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
{
"name": "jquery.switcher",
"version": "1.2.4",
"homepage": "http://djanix.github.io/jquery.switcher/",
"docs": "http://amsul.github.io/pickadate.js",
"authors": [
"Janic Beauchemin <info@janicbeauchemin.com>"
],
"description": "Custom checkbox in jquery",
"main": "dist/switcher.js",
"repository": {
"type": "git",
"url": "https://github.com/djanix/jquery.switcher.git"
},
"keywords": [
"switcher",
"switch",
"checkbox",
"input",
"custom"
],
"license": "no",
"ignore": [
"*.md",
"node_modules",
".sass-cache"
],
"dependencies": {
"jquery": ">=1.6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-autoprefixer": "^0.7.3",
"matchdep": "^0.3.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-copy": "~0.5.0"
}
}