forked from JumpLink/angular-toggle-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 654 Bytes
/
Copy pathbower.json
File metadata and controls
27 lines (27 loc) · 654 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
{
"name": "angular-toggle-switch",
"version": "0.5.1",
"main": [
"angular-toggle-switch.js",
"style/bootstrap3/angular-toggle-switch-bootstrap-3.css"
],
"homepage": "http://jumplink.github.io/angular-toggle-switch/",
"repository": {
"type": "git",
"url": "https://github.com/JumpLink/angular-toggle-switch.git"
},
"devDependencies": {
"angular": ">=1.0",
"angular-mocks": ">=1.0"
},
"ignore": [
"**/.*",
"Gruntfile.js",
"karma.conf.js",
"package.json",
".travis.yml"
],
"dependencies": {
"angular-toggle-switch": "https://github.com/onemenny/angular-toggle-switch.git#~0.5.1"
}
}