mapcomplete/package.json
Pieter Vander Vennet 6187122294 Add MapComplete
2020-06-24 00:35:19 +02:00

29 lines
724 B
JSON

{
"name": "mapcomplete",
"version": "0.0.1",
"description": "A small website to edit OSM easily",
"main": "index.js",
"scripts": {
"start": "parcel index.html land.html test.html assets/test.json assets/* UI/* Logic/*",
"build": "parcel build --public-url ./ index.html land.html assets/*",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OpenStreetMap",
"Editor"
],
"author": "pietervdvn",
"license": "MIT",
"dependencies": {
"@splidejs/splide": "^2.4.0",
"jquery": "latest",
"leaflet": "^1.6.0",
"osm-auth": "^1.0.2",
"osmtogeojson": "^3.0.0-beta.4",
"parcel": "^1.12.4"
},
"devDependencies": {
"typescript": "^3.9.3"
}
}