blob: 20c60cb4b983390295b1ff0d6e03f1a2144c0323 [file] [log] [blame]
lombardoffb37bca2018-05-03 16:20:04 +02001{
2 "name": "osm-lw-ui",
3 "authors": [
4 "Francesco Lombardo <flombardo@cnit.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",
lombardofr236e3e32018-07-17 17:27:36 +020024 "d3": "^4",
lombardofe28478c2018-06-07 13:07:27 +020025 "bootbox.js": "bootbox#^4.4.0",
26 "components-font-awesome": "^5.0.6"
lombardoffb37bca2018-05-03 16:20:04 +020027 }
28}