We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc9057c commit e54487fCopy full SHA for e54487f
bower.json
@@ -1,6 +1,12 @@
1
{
2
"name": "angular-bootstrap-toggle",
3
+ "description": "AngularJS version of Bootstrap Toggle",
4
"version": "0.1.0",
5
+ "keywords": [
6
+ "angular",
7
+ "toggle",
8
+ "switch"
9
+ ],
10
"authors": [
11
12
"name": "Tony Wang",
@@ -20,11 +26,12 @@
20
26
],
21
27
"dependencies": {
22
28
"angular": ">=1.3.0",
23
- "bootstrap": ">=3.3.4"
29
+ "bootstrap": ">=3.2.0"
24
30
},
25
31
"devDependencies": {
32
"angular-mocks": ">=1.3.0",
33
"angular-scenario": ">=1.3.0",
34
"angular": ">=1.3.0"
- }
35
+ },
36
+ "license": "MIT"
37
}
0 commit comments