Skip to content

Commit

Permalink
update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ziscloud committed Oct 11, 2015
1 parent cc9057c commit e54487f
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"name": "angular-bootstrap-toggle",
"description": "AngularJS version of Bootstrap Toggle",
"version": "0.1.0",
"keywords": [
"angular",
"toggle",
"switch"
],
"authors": [
{
"name": "Tony Wang",
Expand All @@ -20,11 +26,12 @@
],
"dependencies": {
"angular": ">=1.3.0",
"bootstrap": ">=3.3.4"
"bootstrap": ">=3.2.0"
},
"devDependencies": {
"angular-mocks": ">=1.3.0",
"angular-scenario": ">=1.3.0",
"angular": ">=1.3.0"
}
},
"license": "MIT"
}

0 comments on commit e54487f

Please sign in to comment.