Skip to content

Commit e074d85

Browse files
committed
Update *.json files
1 parent 06aaa64 commit e074d85

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

bootstrap-checkbox.jquery.json

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,27 @@
22
"name": "bootstrap-checkbox",
33
"title": "Bootstrap checkbox",
44
"description": "A checkbox component based on bootstrap framework",
5-
"keywords": [ "bootstrap", "checkbox", "switch" ],
5+
"keywords": [
6+
"bootstrap",
7+
"checkbox",
8+
"switch"
9+
],
610
"version": "1.0.0",
7-
"author": { "name": "vsn4ik" },
11+
"author": {
12+
"name": "vsn4ik",
13+
"url": "https://github.com/vsn4ik"
14+
},
815
"licenses": [
9-
{
10-
"type": "MIT",
11-
"url": "http://opensource.org/licenses/MIT"
12-
}
13-
],
16+
{
17+
"type": "MIT",
18+
"url": "http://opensource.org/licenses/MIT"
19+
}
20+
],
1421
"bugs": "https://github.com/vsn4ik/bootstrap-checkbox/issues",
1522
"homepage": "http://github.com/vsn4ik/bootstrap-checkbox",
1623
"docs": "http://github.io/vsn4ik/bootstrap-checkbox",
1724
"download": "https://github.com/vsn4ik/bootstrap-checkbox",
1825
"dependencies": {
19-
"jquery": ">= 1.10.0"
26+
"jquery": ">=1.10.0"
2027
}
2128
}

bower.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "bootstrap-checkbox",
33
"version": "1.0.0",
4+
"authors": [
5+
"vsn4ik"
6+
],
47
"homepage": "https://github.com/vsn4ik/bootstrap-checkbox",
58
"description": "A checkbox component based on bootstrap framework",
69
"main": "dist/bootstrap-checkbox.js",
7-
"keywords": [ "bootstrap", "checkbox", "switch" ],
10+
"keywords": [
11+
"bootstrap",
12+
"checkbox",
13+
"switch"
14+
],
815
"license": "MIT",
916
"dependencies": {
10-
"jquery": ">= 1.10.0",
11-
"bootstrap": ">= 2.3.2"
17+
"jquery": ">=1.10.0",
18+
"bootstrap": ">=2.3.2"
1219
}
1320
}

0 commit comments

Comments
 (0)