Fix bug 1262 - Updated requirements to use mysqlclient
[osm/LW-UI.git] / bower.json
1 {
2   "name": "osm-lw-ui",
3   "authors": [
4     "Francesco Lombardo <lombardo@everyup.it>"
5   ],
6   "description": "OSM Light UI",
7   "main": "",
8   "license": "Apache-2.0",
9   "homepage": "https://osm.etsi.org",
10   "private": true,
11   "ignore": [
12     "**/.*",
13     "node_modules",
14     "bower_components",
15     "test",
16     "tests"
17   ],
18   "resolutions": {
19     "jquery": "2 - 3"
20   },
21   "dependencies": {
22     "admin-lte": "^2.4.3",
23     "codemirror": "^5.36.0",
24     "d3": "^4",
25     "bootbox.js": "bootbox#^4.4.0",
26     "components-font-awesome": "5.4.2",
27     "moment": "^2.22.2"
28   }
29 }