forked from wavesplatform/WavesGUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
32 lines (32 loc) · 1.09 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
{
"name": "waves-lite-client",
"version": "0.5.22",
"dependencies": {
"angular": "~1.6.0",
"angular-route": "~1.6.0",
"angular-loader": "~1.6.0",
"angular-mocks": "~1.6.0",
"angular-sanitize": "~1.6.0",
"angular-animate": "~1.6.0",
"angular-material": "^1.1.1",
"cryptojslib": "^3.1.2",
"growl": "1.3.2",
"html5-boilerplate": "^5.3.0",
"jquery": "~3.1.0",
"js-sha3": "^0.5.2",
"ng-droplet": "^0.5.16",
"nprogress": "^0.2.0",
"qrious": "^2.2.0",
"restangular": "1.5.2",
"techan": "^0.8.0",
"tooltipster": "^3.3.0",
"underscore": "1.8.3",
"Base58": "https://github.com/45678/Base58.git",
"curve25519-js": "https://github.com/wavesplatform/curve25519-js.git",
"decimal.js": "https://github.com/MikeMcl/decimal.js/archive/v5.0.8.zip",
"ngclipboard": "https://github.com/beregovoy68/ngclipboard.git#1.1.3",
"waves-angular-validate": "https://github.com/beregovoy68/angular-validate.git#master",
"wavesplatform-core-js": "https://github.com/wavesplatform/wavesplatform.core.js.git#master"
},
"analytics": false
}