osm-build-query
Version:
Build a query for the OSM Overpass API that retrieves all elements within the bounding feature
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "osm-build-query",
"version": "1.0.1",
"description": "Build a query for the OSM Overpass API that retrieves all elements within the bounding feature",
"main": "index.js",
"scripts": {
"test": "make test",
"coverage": "istanbul cover _mocha test --recursive -- -u exports -R spec",
"build": "browserify index.js > dist/bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/csbrandt/osm-build-query.git"
},
"keywords": [
"OSM",
"Overpass",
"API",
"query",
"GeoJSON"
],
"author": "csbrandt",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/csbrandt/osm-build-query/issues"
},
"homepage": "https://github.com/csbrandt/osm-build-query",
"devDependencies": {
"browserify": "^10.2.4",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jsbeautifier": "^0.2.10",
"istanbul": "^0.3.17",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"request": "^2.58.0"
}
}