| lombardof | fb37bca | 2018-05-03 16:20:04 +0200 | [diff] [blame] | 1 | { |
| 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 | } | ||||