{
  "name": "geocoder-geonames",
  "description": "Promises based node.js wrapper for geonames.org",
  "main": "index.js",
  "version": "0.1.2",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/StephanGeorg/geocoder-geonames.git"
  },
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "lodash": "~4.3.0",
    "request": "^2.69.0"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "when": "*"
  },
  "keywords": [
    "geonames",
    "geonames.org",
    "geocoder",
    "api",
    "geo",
    "maps",
    "geolocation",
    "georcoder"
  ],
  "author": "Stephan Georg <s.georg@nearest.place>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/StephanGeorg/geocoder-geonames/issues"
  },
  "tonicExampleFilename": "example/example.js",
  "homepage": "https://github.com/StephanGeorg/geocoder-geonames#readme",
  "directories": {
    "example": "example",
    "test": "test"
  }
}
