28 lines
661 B
JSON
28 lines
661 B
JSON
{
|
|
"name": "geojson-polygon-self-intersections",
|
|
"version": "1.2.1",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mclaeysb/geojson-polygon-self-intersections.git"
|
|
},
|
|
"keywords": [
|
|
"polygon",
|
|
"complex polygon",
|
|
"simple polygon",
|
|
"self-intersection"
|
|
],
|
|
"author": {
|
|
"name": "Manuel Claeys Bouuaert"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mclaeysb/geojson-polygon-self-intersections/issues"
|
|
},
|
|
"dependencies": {
|
|
"rbush": "^2.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"homepage": "https://github.com/mclaeysb/geojson-polygon-self-intersections#readme"
|
|
}
|