{
    "name": "openstreetmap-mongo"
  , "description": "Store Openstreetmap data in Mongo DB"
  , "version": "0.0.1"
  , "author": {
      "name": "Stefan W <stefan@navimont.com>"
      , "email": "stefan@navimont.com"
  }
  , "keywords": ["openstreetmap", "osm", "gis", "mongodb"]
  , "main": "osm-mongo"
  , "scripts": {
    "start": "node ./lib/osm-mongo.js"
    , "test": "node test/index.js"
  }
  , "repository" :
    { "type" : "mercurial"
    , "url" : "http://bitbucket.org/navimont/openstreetmap-mongo"
  }
  , "dependencies": {
      "mongodb": ">=0.9.6-7"
    , "sax": ">=0.4.0"
    , "nodeunit": ">=0.7.0"
    , "sylvester": ">=0.0.21"
  }
}
