Skip to content

Commit e54487f

Browse files
committed
update bower.json
1 parent cc9057c commit e54487f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

bower.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"name": "angular-bootstrap-toggle",
3+
"description": "AngularJS version of Bootstrap Toggle",
34
"version": "0.1.0",
5+
"keywords": [
6+
"angular",
7+
"toggle",
8+
"switch"
9+
],
410
"authors": [
511
{
612
"name": "Tony Wang",
@@ -20,11 +26,12 @@
2026
],
2127
"dependencies": {
2228
"angular": ">=1.3.0",
23-
"bootstrap": ">=3.3.4"
29+
"bootstrap": ">=3.2.0"
2430
},
2531
"devDependencies": {
2632
"angular-mocks": ">=1.3.0",
2733
"angular-scenario": ">=1.3.0",
2834
"angular": ">=1.3.0"
29-
}
35+
},
36+
"license": "MIT"
3037
}

0 commit comments

Comments
 (0)