limitless-google-translate
Version:
Translate large texts using the google-translate-api for NodeJS!
40 lines (39 loc) • 866 B
JSON
{
"name": "limitless-google-translate",
"version": "1.1.8",
"description": "Translate large texts using the google-translate-api for NodeJS!",
"main": "engine.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/midyan/limitless-google-translate.git"
},
"keywords": [
"google",
"translate",
"limitless",
"big",
"large",
"text",
"largetexts",
"translation",
"npm",
"github",
"querystring",
"query",
"string"
],
"author": "Yan Nunes",
"license": "MIT",
"bugs": {
"url": "https://github.com/midyan/limitless-google-translate/issues"
},
"homepage": "https://github.com/midyan/limitless-google-translate#readme",
"dependencies": {
"google-translate-api": "^2.2.2",
"lodash": "^4.17.4",
"q": "^1.4.1"
}
}