mapcomplete/package.json

30 lines
769 B
JSON
Raw Normal View History

2020-06-23 22:35:19 +00:00
{
"name": "mapcomplete",
"version": "0.0.1",
"description": "A small website to edit OSM easily",
"main": "index.js",
"scripts": {
2020-07-16 13:56:10 +00:00
"start": "parcel index.html land.html test.html assets/test.json assets/**/* UI/* Logic/* vendor/*",
2020-07-07 14:00:27 +00:00
"build": "rm -rf dist/ && parcel build --public-url ./ index.html land.html assets/*",
2020-06-23 22:35:19 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"OpenStreetMap",
"Editor"
],
"author": "pietervdvn",
"license": "MIT",
"dependencies": {
"fs": "0.0.1-security",
2020-06-23 22:35:19 +00:00
"jquery": "latest",
"leaflet": "^1.6.0",
"osm-auth": "^1.0.2",
"osmtogeojson": "^3.0.0-beta.4",
2020-06-28 21:33:48 +00:00
"parcel": "^1.12.4",
"turf": "^3.0.14"
2020-06-23 22:35:19 +00:00
},
"devDependencies": {
"typescript": "^3.9.3"
}
}