aboutsummaryrefslogtreecommitdiffstats
path: root/src/static/bower.json
diff options
context:
space:
mode:
authorGergely Csatari <gergely.csatari@nokia.com>2023-10-26 10:33:28 +0300
committerGergely Csatari <gergely.csatari@nokia.com>2023-10-26 10:34:28 +0300
commit2ec0d7b9f5c1354977b821c6b06c24a3ffa13142 (patch)
tree6e449d92ddfc880ed007e9d8a8f25bda8fc7cb0f /src/static/bower.json
parent0d3dd290aa6e7f39e7b0b3cbe448b6622f924240 (diff)
Removing project content and adding a noteHEADmaster
that the development continues in GitHub Change-Id: I25c58a679dbf92b2367d826429b7cda936bf9f0e Signed-off-by: Gergely Csatari <gergely.csatari@nokia.com>
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"
- }
-}