UNPKG

geojson-coords

Version:

return all coordinates from a geojson object

36 lines (35 loc) 734 B
{ "name": "geojson-coords", "version": "0.0.0", "description": "return all coordinates from a geojson object", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git@github.com:mapbox/geojson-coords.git" }, "keywords": [ "geojson", "coords", "browser", "coordinates" ], "author": "Tom MacWright", "license": "ISC", "bugs": { "url": "https://github.com/mapbox/geojson-coords/issues" }, "homepage": "https://github.com/mapbox/geojson-coords", "devDependencies": { "tap": "~0.4.8" }, "dependencies": { "geojson-normalize": "0.0.0", "geojson-flatten": "~0.1.0" } }