forked from frapontillo/angular-bootstrap-switch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 839 Bytes
/
bower.json
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
{
"name": "angular-bootstrap-switch",
"version": "0.2.1",
"author": {
"name": "Francesco Pontillo",
"email": "[email protected]",
"url": "https://github.com/frapontillo"
},
"homepage": "https://github.com/frapontillo/angular-bootstrap-switch",
"repository": {
"type": "git",
"url": "[email protected]:frapontillo/angular-bootstrap-switch.git"
},
"licenses": [
{
"type": "Apache License 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"main": "./dist/angular-bootstrap-switch.min.js",
"dependencies": {
"angular": "1.2.8",
"jquery": "2.0.3",
"bootstrap": "2.3.2",
"bootstrap-switch": "2.0.0"
},
"devDependencies": {
"angular-mocks": "1.2.8",
"angular-scenario": "1.2.8"
},
"resolutions": {
"angular": "1.2.8"
}
}