{
	"name" : "geo-tools",
	"homepage" : "http://github.com/loganbestwick/geo-tools",
	"author" : {
		"name" : "Logan Bestwick",
		"url" : "http://github.com/loganbestwick"
	},
	"main": "./src/geo-tools.js",
	"repository" : {
		"type" : "git",
		"url" : "https://github.com/loganbestwick/geo-tools"
	},
	"description" : "Tools to help geocode, reverse geocode, and calculate location distances",
	"devDependencies" : {
		"should" : "3.1.2",
		"mocha" : "1.17.1"
		},
	"main" : "./src/geo-tools.js",
	"keywords" : [
		"geocode",
		"geodistance",
		"geo",
		"geo-tools",
		"distance",
		"coordinates"
	],
	"version" : "0.1.2",
	"main" : "./src/geo-tools",
	"engines": {
    "node": "*"
  },
  "scripts": {
    "test": "mocha ./test/geotests.js"
  }
}