-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
48 lines (48 loc) · 937 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "ethereum-mining-calculator",
"description": "Ethereum Mining Calculator",
"main": "index.js",
"authors": [
"Age Manning"
],
"license": "MIT",
"keywords": [
"Ethereum",
"Mining",
"Blockchain",
"Crypto"
],
"moduleType": [
"es6"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"highcharts": "^4.2.3",
"angular": "^1.5.3",
"jquery": "^2.2.2",
"bootstrap": "^3.3.6",
"angular-ui-router": "^0.2.18",
"lodash": "^4.6.1",
"components-font-awesome": "^4.5.0",
"complex-js": "^3.1.2",
"isoCurrency": "iso-currency#^0.2.4",
"angular-loading-bar": "^0.9.0",
"angular-bootstrap": "^1.3.3"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.min.css",
"dist/js/bootstrap.min.js"
]
}
}
}