2020-06-24 00:35:19 +02:00
|
|
|
{
|
|
|
|
"name": "mapcomplete",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"description": "A small website to edit OSM easily",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-25 18:00:08 +02:00
|
|
|
"start": "parcel index.html land.html test.html UI/** Logic/** assets/**/* vendor/* vendor/*/*",
|
|
|
|
"build": "rm -rf dist/ && parcel build --public-url ./ index.html land.html assets/* assets/*/* vendor/* vendor/*/*",
|
2020-06-24 00:35:19 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"OpenStreetMap",
|
|
|
|
"Editor"
|
|
|
|
],
|
|
|
|
"author": "pietervdvn",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"jquery": "latest",
|
|
|
|
"leaflet": "^1.6.0",
|
|
|
|
"osm-auth": "^1.0.2",
|
|
|
|
"osmtogeojson": "^3.0.0-beta.4",
|
2020-06-28 23:33:48 +02:00
|
|
|
"parcel": "^1.12.4",
|
|
|
|
"turf": "^3.0.14"
|
2020-06-24 00:35:19 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-07-25 18:00:08 +02:00
|
|
|
"fs": "0.0.1-security",
|
|
|
|
"@types/node": "^7.0.5",
|
|
|
|
"read-file": "^0.2.0",
|
|
|
|
"typescript": "^3.9.3",
|
|
|
|
"write-file": "^1.0.0"
|
2020-06-24 00:35:19 +02:00
|
|
|
}
|
|
|
|
}
|