{
  "name": "node-google-translate-free",
  "description": "Simple Node.js library for talking to Google's Translate API for free.",
  "version": "0.1.0",
  "author": "StaticKidz",
  "homepage": "https://github.com/statickidz/node-google-translate-free",
  "repository": {
    "type": "git",
    "url": "https://github.com/statickidz/node-google-translate-free.git"
  },
  "dependencies": {
    "entities": "^1.1.1",
    "querystring": "^0.2.0",
    "request": "^2.67.0",
    "striptags": "^2.0.4",
    "underscore": "^1.8.3"
  },
  "main": "./lib/translate.js",
  "keywords": [
    "i18n",
    "l10n",
    "google",
    "translate"
  ]
}
