UNPKG

node-google-translate-skidz

Version:

Simple Node.js library for talking to Google's Translate API for free.

38 lines (37 loc) 857 B
{ "name": "node-google-translate-skidz", "description": "Simple Node.js library for talking to Google's Translate API for free.", "version": "1.1.2", "author": "StaticKidz <statickidz@gmail.com>", "homepage": "https://statickidz.com", "repository": { "type": "git", "url": "git+https://github.com/statickidz/node-google-translate-free.git" }, "dependencies": { "lodash": "^4.17.10", "request": "^2.85.0", "request-promise": "^4.2.2" }, "main": "./lib/translate.js", "keywords": [ "i18n", "l10n", "google", "google translate api", "translate" ], "bugs": { "url": "https://github.com/statickidz/node-google-translate-free/issues" }, "directories": { "test": "test" }, "devDependencies": { "mocha": "^5.1.1" }, "scripts": { "test": "mocha" }, "license": "ISC" }