package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of geojson-rewind Show documentation
Show all versions of geojson-rewind Show documentation
enforce winding order for geojson
The newest version!
{
"name": "@mapbox/geojson-rewind",
"version": "0.5.2",
"description": "enforce winding order for geojson",
"main": "index.js",
"bin": "geojson-rewind",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/rewind.js"
},
"files": [
"index.js",
"geojson-rewind"
],
"repository": {
"type": "git",
"url": "git://github.com/mapbox/geojson-rewind.git"
},
"keywords": [
"geojson",
"winding",
"order",
"rendering",
"coordinates"
],
"author": "Tom MacWright",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/geojson-rewind/issues"
},
"homepage": "https://github.com/mapbox/geojson-rewind",
"dependencies": {
"get-stream": "^6.0.1",
"minimist": "^1.2.6"
},
"devDependencies": {
"tape": "^5.5.3"
}
}