78406217902710d2b64b04136e55a5b35490870b
[pharos.git] / tools / pharos-dashboard / static / bower.json
1 {
2   "name": "pharos-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 Pharos 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     "eonasdan-bootstrap-datetimepicker": "^4.17.37",
20     "fullcalendar": "^2.9.0",
21     "jquery-migrate": "^3.0.0",
22     "startbootstrap-sb-admin-2": "^1.0.9"
23   }
24 }