UNPKG

json-google-translator

Version:

Translate you json file with the google translator API

28 lines (27 loc) 665 B
{ "name": "json-google-translator", "version": "0.0.2", "description": "Translate you json file with the google translator API", "main": "translate-json.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "google", "json", "translator", "API", "translate" ], "dependencies": { "@google-cloud/translate": "^2.1.2", "lodash": "^4.17.11" }, "author": "Maksim Mazhnikov", "homepage": "https://github.com/majnikov/json-google-translator#readme", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/majnikov/json-google-translator.git" } }