forked from OmniLayer/omniwallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
26 lines (26 loc) · 870 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
{
"name": "Omniwallet",
"version": "0.0.0",
"directory": "www",
"dependencies": {
"underscore": "~1.6.0",
"jquery": "~1.11",
"bootstrap": "~3.0",
"angular": "~1.2",
"angular-route": "~1.2",
"respond": "~1.4",
"sjcl": "~1.0",
"html5shiv": "~3.6",
"angular-bootstrap": "~0.11.0",
"angular-ui-bootstrap": "~0.11.0",
"d3": "~3.4.2",
"jsrsasign": "~4.2.1",
"FileSaver": null,
"big.js": "x.x.x",
"forge": "https://github.com/digitalbazaar/forge.git#0.2.30",
"numeraljs": "https://github.com/adamwdraper/Numeral-js.git#master",
"angular-numeraljs": "https://github.com/sagyeli/angular-numeraljs.git#master",
"angular-password-strength": "https://github.com/curtislacy/angular-password-strength.git#Caret-Operator",
"angular-idle": "https://github.com/hackedbychinese/ng-idle.git#master"
}
}