forked from cyklokoalicia/OpenSourceBikeShare
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
27 lines (27 loc) · 643 Bytes
/
bower.json
File metadata and controls
27 lines (27 loc) · 643 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
{
"name": "OpenSourceBikeShare",
"description": "",
"main": "",
"authors": [
"Jozef Balún <balunjozef@gmail.com>"
],
"license": "MIT",
"homepage": "https://github.com/cyklokoalicia/OpenSourceBikeShare",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"select2": "^4.0.3",
"font-awesome": "^4.6.3",
"AdminLTE": "admin-lte#^2.3.6",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"datatables.net-responsive": "^2.1.0",
"datatables.net-responsive-bs": "^2.1.0",
"bootstrap-daterangepicker": "^2.1.25"
}
}