-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 987 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "osm-dominance-tagger",
"version": "1.0.0",
"description": "For each Openstreetmap peak, calculate it's dominance using grass GIS with SRTM DEM data",
"main": "index.js",
"dependencies": {
"cli-progress": "^1.2.0",
"jsonfile": "^2.4.0",
"query-overpass": "^1.1.0",
"slug": "^0.9.1",
"sprintf-js": "^1.0.3",
"unzip": "^0.1.11",
"wget-improved": "^1.3.0"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k127/osm-peak-dominance.git"
},
"keywords": [
"osm",
"openstreetmap",
"srtm",
"grass",
"gis",
"dominance",
"mountain-cartography"
],
"author": "Klaus Hartl <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/k127/osm-peak-dominance/issues"
},
"homepage": "https://github.com/k127/osm-peak-dominance#readme"
}