batch-geocoder
Version:
Node.js Batch Geocoder for the Google Maps API
31 lines (30 loc) • 614 B
JSON
{
"name": "batch-geocoder",
"version": "0.2.5",
"description": "Node.js Batch Geocoder for the Google Maps API",
"main": "./lib/batch-geocoder",
"scripts": {
"test": "NODE_ENV=test vows test/*.js --spec"
},
"dependencies": {
"googlemaps": "0.1.20",
"fishbone": "*",
"stagger": "*"
},
"devDependencies": {
"vows": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/ubilabs/node-batch-geocoder.git"
},
"keywords": [
"google",
"maps",
"api",
"geocoder"
],
"author": "Ubilabs",
"license": "BSD",
"readmeFilename": "README.md"
}