42 lines
825 B
JSON
42 lines
825 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|