aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/bower.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/static/bower.json')
-rw-r--r--src/static/bower.json29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/static/bower.json b/src/static/bower.json
deleted file mode 100644
index c9c53e7..0000000
--- a/src/static/bower.json
+++ /dev/null
@@ -1,29 +0,0 @@
-{
- "name": "laas-dashboard-dependencies",
- "authors": [
- "maxbr <maxbr@mi.fu-berlin.de>"
- ],
- "description": "This package contains all the Js/CSS dependencies needed to run the Laas Dashboard.",
- "main": "",
- "license": "Apache2",
- "homepage": "",
- "private": true,
- "ignore": [
- "**/.*",
- "node_modules",
- "bower_components",
- "test",
- "tests"
- ],
- "dependencies": {
- "fullcalendar": "^2.9.0",
- "jquery-migrate": "^3.0.0",
- "bootstrap": "4.3.1",
- "popper.js": "1.14.3",
- "Font-Awesome": "5.9.0",
- "datatables.net": "1.10.19",
- "datatables.net-bs4": "1.10.19",
- "datatables.net-responsive": "2.1.1",
- "datatables.net-responsive-bs4": "2.2.3"
- }
-}