forked from getminera/minera
-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
45 lines (45 loc) · 1.1 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
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "minera",
"version": "0.9.0",
"homepage": "https://github.com/getminera/minera",
"authors": [
"Michele <[email protected]>"
],
"description": "Bitcoin mining system",
"main": "bower.json",
"license": "Apache",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor",
"test",
"tests"
],
"dependencies": {
"blueimp-file-upload": "~9.10.0",
"bootstrap-switch": "~3.3.2",
"bootstrap": "~3.3.4",
"datatables-bootstrap3-plugin": "~0.4.0",
"ion.rangeSlider": "~2.0.10",
"ionicons": "~2.0.1",
"jquery-knob": "~1.2.11",
"jquery-scrollspy-thesmart": "~0.1.3",
"jquery-ui": "~1.11.4",
"jquery-validate": "~1.13.1",
"jquery.iframe-transport": "~1.0.0",
"jquery.scrollTo": "~2.1.1",
"jquery.slimscroll": "~1.3.6",
"jquery": "~2.1.4",
"jqueryui-touch-punch": "*",
"md5": "~0.3.0",
"momentjs": "~2.10.3",
"morrisjs": "~0.5.1",
"raphael": "~2.1.4",
"underscore": "~1.8.3",
"font-awesome": "~4.3.0",
"datatables": "~1.10.7",
"js-cookie": "^2.2.0"
}
}