forked from OmniLayer/omniwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 1.15 KB
/
bower.json
File metadata and controls
35 lines (35 loc) · 1.15 KB
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
{
"name": "Omniwallet",
"version": "0.0.0",
"directory": "www",
"dependencies": {
"underscore": "~1.6.0",
"jquery": "~1.11",
"bootstrap": "~3.3",
"angular": "~1.2",
"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": null,
"big.js": "x.x.x",
"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-re-captcha": "~0.0.3",
"angular-translate": "~2.4.2",
"angular-nvd3": "~0.0.9",
"angular-translate-loader-static-files": "~2.5.2"
},
"resolutions": {
"d3": "~3.4",
"angular-translate": "~2.5.2"
}
}