forked from bitshares/open-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
31 lines (29 loc) · 879 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
{
"name": "bitshares-explorer",
"description": "An Open source Bitshares Network Explorer",
"version": "0.1",
"homepage": "https://github.com/oxarbitrage/bitshares-explorer",
"license": "MIT",
"private": true,
"dependencies": {
"angular": "~1.5.0",
"angular-route": "~1.5.0",
"angular-loader": "~1.5.0",
"jquery": "~2.2.3",
"bootstrap": "~3.3",
"angular-bootstrap": "^2.5.0",
"angular-translate": "~2.11.0",
"angular-translate-loader-static-files": "~2.11.0",
"angular-animate": "~1.5.5",
"angular-aria": "~1.5.5",
"echarts": "~3.6.2",
"ngECharts": "ngecharts#~0.1.1",
"angular-websocket": ">=2.0.0",
"themify-icons": ">=0.1.2",
"components-font-awesome": "^4.7.0",
"angular-loading-bar": "~0.9.0",
"angular-google-analytics": "~1.1.9",
"jdenticon": "~1.7.2",
"js-sha256": "~0.9.0"
}
}