forked from mapbox/osm-tag-stats
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 974 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
40
{
"name": "osm-tag-stats",
"version": "1.2.5",
"description": "Filter OSM features, find stats and export GeoJSON using OSM QA Tiles",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC",
"homepage": "https://github.com/mapbox/osm-tag-stats.git",
"dependencies": {
"@mapbox/tile-reduce": "^3.3.0",
"feature-filter": "2.1.0",
"geojson-stream-merge": "^2.0.0",
"mapbox-data-team": "^1.0.0",
"minimist": "^1.2.0",
"turf-featurecollection": "^1.0.1",
"underscore": "^1.8.3"
},
"bin": {
"osm-tag-stats": "index.js"
},
"devDependencies": {
"eslint-config-mourner": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/osm-tag-stats.git"
},
"keywords": [
"osm",
"tags",
"stats",
"osm-tag-stats"
],
"author": "Mapbox",
"bugs": {
"url": "https://github.com/mapbox/osm-tag-stats/issues"
}
}