forked from ziscloud/angular-bootstrap-toggle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·37 lines (37 loc) · 698 Bytes
/
bower.json
File metadata and controls
executable file
·37 lines (37 loc) · 698 Bytes
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
{
"name": "angular-bootstrap-toggle",
"description": "AngularJS version of Bootstrap Toggle",
"version": "0.4.0",
"keywords": [
"angular",
"toggle",
"switch"
],
"authors": [
{
"name": "Tony Wang",
"email": "ziscloud@gmail.com"
}
],
"main": [
"dist/angular-bootstrap-toggle.min.js",
"dist/angular-bootstrap-toggle.min.css"
],
"ignore": [
"src",
"test",
"gulpfile.js",
"karma-*.conf.js",
"**/.*"
],
"dependencies": {
"angular": ">=1.7.0",
"bootstrap": ">=3.2.0"
},
"devDependencies": {
"angular-mocks": ">=1.7.0",
"angular-scenario": ">=1.7.0",
"angular": ">=1.7.0"
},
"license": "MIT"
}