-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 921 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
{
"name": "wifyanywhere",
"description": "wifianywhere",
"main": "app.js",
"authors": [
"Ailton Duarte & Anabella Semedo"
],
"license": "ISC",
"keywords": [
"wifianywhere",
"nodejs",
"Imedia"
],
"homepage": "https://github.com/Coyas/wifyanywhere",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"popper.js": "^1.15.0",
"Font-Awesome": "^5.8.2",
"flag-icon-css": "^3.3.0",
"datatables.net": "^1.10.19",
"datatables.net-scroller": "^2.0.0",
"datatables.net-scroller-dt": "^2.0.0",
"datatables.net-dt": "^3.2.2",
"datatables.net-responsive": "^2.2.3",
"datatables.net-responsive-dt": "^2.2.3",
"datatables.net-select": "^1.3.0",
"datatables.net-select-dt": "^1.3.0"
}
}