{
  "name": "simplemaps",
  "version": "0.1.0",
  "description": "Simple Maps Web Application Server",
  "main": "index.js",
  "scripts": {
    "start": "node test/app.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/niwasawa/simplemaps.git"
  },
  "keywords": [
    "maps",
    "yahoo"
  ],
  "author": "Naoki Iwasawa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/niwasawa/simplemaps/issues"
  },
  "homepage": "https://github.com/niwasawa/simplemaps",
  "dependencies": {
    "ejs": "^2.6.1",
    "request": "^2.79.0",
    "xml2js": "^0.4.17"
  }
}
