turf-union
Version:
find the union of geographic features
32 lines (31 loc) • 637 B
JSON
{
"name": "turf-union",
"version": "3.0.12",
"description": "find the union of geographic features",
"main": "index.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Turfjs/turf-union.git"
},
"keywords": [
"turf",
"gif"
],
"author": "Morgan Herlocker",
"license": "ISC",
"bugs": {
"url": "https://github.com/Turfjs/turf-union/issues"
},
"homepage": "https://github.com/Turfjs/turf-union",
"devDependencies": {
"benchmark": "^1.0.0",
"glob": "~4.3.5",
"tape": "~3.5.0"
},
"dependencies": {
"jsts": "1.1.2"
}
}