geojson.lib.routeboxer
Version:
The RouteBoxer class generates an Array of GeoJSON.Polygon Objects that are guaranteed to cover every point within a specified distance of a path.
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "geojson.lib.routeboxer",
"version": "0.0.6",
"license": "Apache-2.0",
"main": "./lib/geojson.lib.routeboxer",
"homepage": "https://github.com/luscus/geojson.lib.routeboxer",
"author": "https://github.com/luscus/geojson.lib.routeboxer/graphs/contributors",
"bugs": "https://github.com/luscus/geojson.lib.routeboxer/issues",
"description": "The RouteBoxer class generates an Array of GeoJSON.Polygon Objects that are guaranteed to cover every point within a specified distance of a path.",
"keywords": [
"RouteBoxer",
"boxing",
"geojson",
"library",
"tools",
"lib"
],
"dependencies": {
"geojson.lib": "^0.0.11"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-mocha-test": "0.10.2",
"load-grunt-tasks": "0.6.0",
"chai": "1.9.1",
"mocha": "1.21.4",
"geojson-assert": "0.0.2"
},
"repository": {
"type": "git",
"url": "git@github.com:luscus/geojson.lib.routeboxer.git"
},
"scripts": {
"test": "grunt test"
}
}