]> git.openstreetmap.org Git - nominatim-ui.git/blob - package.json
update npm dependencies, update minimist (CVE-2020-7598)
[nominatim-ui.git] / package.json
1 {
2   "name": "nominatim-ui",
3   "version": "1.0.0",
4   "description": "",
5   "main": "index.js",
6   "scripts": {
7     "test": "echo \"Error: no test specified\" && exit 1",
8     "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js"
9   },
10   "author": "",
11   "license": "GPL-3.0",
12   "devDependencies": {
13     "@ungap/url-search-params": "0.1.4",
14     "bootstrap": "3.4.1",
15     "bower": "^1.8",
16     "eslint": "^6.8.0",
17     "eslint-config-airbnb-base": "^14.1.0",
18     "eslint-plugin-import": "^2.20.2",
19     "grunt": "^1.1.0",
20     "handlebars": "4.7.6",
21     "jquery": "3.4.1",
22     "leaflet": "1.6.0",
23     "leaflet-minimap": "3.6.1"
24   },
25   "dependencies": {}
26 }