blob: 136f0612691372c25fd756d343cdb2d5925fa99d [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",
24 "d3": "^5.1.0",
25 "bootbox.js": "bootbox#^4.4.0"
26 }
27}