-
Notifications
You must be signed in to change notification settings - Fork 165
/
Copy pathbower.json
36 lines (36 loc) · 903 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
{
"name": "ixp-manager",
"version": "4.0.0",
"homepage": "https://github.com/inex/IXP-Manager",
"authors": [
"Barry O'Donovan <[email protected]>",
"Nick Hilliard <[email protected]>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~3",
"bootstrap": "~3.3.0",
"vue": "~2.0",
"jquery-ui": "jqueryui#^1.12.1",
"datatables.net": "^1.10.12",
"datatables.net-bs": "^1.10.12",
"datatables.net-responsive": "^2.1.0",
"datatables.net-responsive-bs": "^2.1.0",
"font-awesome": "fontawesome#^4.7.0",
"blueimp-file-upload": "jquery-file-upload#^9.17.0",
"jquery-knob": "^1.2.13",
"clipboard": "^1.6.1",
"ip-address": "^5.0",
"moment": "^2.18.1",
"select2": "^4.0.3",
"bootbox.js": "^4.4.0"
}
}