-
Notifications
You must be signed in to change notification settings - Fork 187
/
bower.json
39 lines (39 loc) · 1.28 KB
/
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
35
36
37
38
39
{
"name": "omniwallet",
"version": "0.0.0",
"directory": "www",
"dependencies": {
"underscore": "~1.6.0",
"jquery": "~1.11.3",
"bootstrap": "~3.3",
"angular": "~1.2.30",
"angular-route": "~1.2",
"respond": "~1.4",
"sjcl": "~1.0",
"html5shiv": "~3.6",
"angular-bootstrap": "https://github.com/Omniwallet/bootstrap-bower.git#master",
"angular-ui-bootstrap": "~0.12.0",
"jsrsasign": "~4.2.1",
"FileSaver": "~1.3.2",
"big.js": "~3.1.3",
"forge": "https://github.com/Omniwallet/forge.git#0.2.30",
"angular-password-strength": "https://github.com/Omniwallet/angular-password-strength.git#Caret-Operator",
"angular-timer": "~1.1.6",
"ngInfiniteScroll": "1.0.0",
"numeraljs": "https://github.com/Omniwallet/Numeral-js.git#1.5.3",
"angular-numeraljs": "https://github.com/Omniwallet/angular-numeraljs.git#master",
"ng-idle": "https://github.com/Omniwallet/ng-idle.git#0.3.5",
"angular-translate": "~2.4.2",
"angular-nvd3": "~1.0.9",
"angular-translate-loader-static-files": "~2.5.2",
"angular-qr": "0.2.0",
"bitcore-lib": "^0.14.0",
"bitcore-message": "^1.0.4",
"angular-recaptcha": "4.1.3"
},
"resolutions": {
"d3": "~3.4",
"angular-translate": "~2.5.2",
"angular": "~1.2.30"
}
}