forked from mapbox/real-changesets-parser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 755 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 755 Bytes
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
{
"name": "real-changesets-parser",
"version": "1.3.1",
"description": "Convert JSONs returned by osm-adiff-parser to proper geojsons",
"main": "index.js",
"scripts": {
"test": "tape tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/real-changesets-parser.git"
},
"author": "Mapbox",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/real-changesets-parser/issues"
},
"homepage": "https://github.com/mapbox/real-changesets-parser#readme",
"devDependencies": {
"tape": "^5.0.1"
},
"dependencies": {
"@turf/bbox": "^6.0.1",
"@turf/bbox-polygon": "^6.0.1",
"@turf/helpers": "^6.1.4",
"id-area-keys": "^2.17.3",
"ramda": "^0.27.1"
}
}