-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
34 lines (34 loc) · 882 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": "iBuy",
"private": "true",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.7",
"angular-animate": "1.4.6",
"angular-bootstrap": "0.14.2",
"angular-loading-bar": "0.7.1",
"angular-media-queries": "0.4.1",
"angular-mocks": "1.4.6",
"angular-resource": "1.4.6",
"angular-sanitize": "1.4.6",
"angular-sweetalert": "1.1.0",
"angular-touch": "1.4.6",
"angular-ui-router": "0.2.15",
"angular-ui-select": "0.12.1",
"bootstrap-sass-official": "3.3.5",
"jquery": "1.11.1",
"ngtoast": "1.5.0",
"simpleStorage": "0.1.3",
"underscore": "1.8.3",
"messageformat": "0.2.2",
"moment": "2.10.6"
},
"resolutions": {
"jquery": "1.11.1",
"angular": "1.4.7",
"angular-touch": "1.4.6",
"angular-resource": "1.4.6",
"angular-sanitize": "1.4.6",
"angular-animate": "1.4.6"
}
}