forked from EyesOfNetworkCommunity/eonweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 684 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 684 Bytes
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
{
"name": "eonweb-5.2",
"description": "EyesOfNetwork web interface 5.2",
"main": "index.php",
"moduleType": [],
"authors": [
"Jean-Philippe LEVY <jeanphilippe.levy@gmail.com>"
],
"license": "GPL2",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"startbootstrap-sb-admin-2": "BlackrockDigital/startbootstrap-sb-admin-2#^3.3.7",
"font-awesome": "^4.7.0",
"highcharts": "^5.0.12",
"jquery-ui": "^1.12.1",
"bootstrap-daterangepicker": "^2.1.25",
"bootstrap-select": "^1.12.4"
},
"resolutions": {
"font-awesome": "^4.7.0"
}
}