{
  "name": "gtts",
  "version": "0.2.1",
  "description": "a ported version of gTTS python library which is a interface to Google's Text to Speech API",
  "main": "index.js",
  "bin": {
    "gtts": "./bin/gtts"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Long Nguyen <olragon@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "async": "^1.5.2",
    "escape-string-regexp": "^1.0.4",
    "request": "^2.67.0",
    "yargs": "^4.7.1",
    "multistream": "^2.0.5"
  }
}
