add nick
[laas.git] / src / static / bower.json
1 {
2   "name": "laas-dashboard-dependencies",
3   "authors": [
4     "maxbr <maxbr@mi.fu-berlin.de>"
5   ],
6   "description": "This package contains all the Js/CSS dependencies needed to run the Laas Dashboard.",
7   "main": "",
8   "license": "Apache2",
9   "homepage": "",
10   "private": true,
11   "ignore": [
12     "**/.*",
13     "node_modules",
14     "bower_components",
15     "test",
16     "tests"
17   ],
18   "dependencies": {
19     "fullcalendar": "^2.9.0",
20     "jquery-migrate": "^3.0.0",
21     "bootstrap": "4.3.1",
22     "popper.js": "1.14.3",
23     "Font-Awesome": "5.9.0",
24     "datatables.net": "1.10.19",
25     "datatables.net-bs4": "1.10.19",
26     "datatables.net-responsive": "2.1.1",
27     "datatables.net-responsive-bs4": "2.2.3"
28   }
29 }