UNPKG

grunt-google-translate

Version:

A build task to translate JSON files to other languages using Google's Translation API. Pairs very well with angular-translate.

53 lines (52 loc) 1.25 kB
{ "name": "grunt-google-translate", "description": "A build task to translate JSON files to other languages using Google's Translation API. Pairs very well with angular-translate.", "version": "1.0.3", "homepage": "https://github.com/dolanmiu/grunt-google-translate", "author": { "name": "Dolan Miu", "email": "dolan_miu@hotmail.com", "url": "http://www.dolan.bio" }, "repository": { "type": "git", "url": "https://github.com/dolanmiu/grunt-google-translate.git" }, "bugs": { "url": "https://github.com/dolanmiu/grunt-google-translate/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/dolanmiu/grunt-google-translate/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-nodeunit": "^0.3.3", "grunt": "~0.4.5" }, "peerDependencies": { "grunt": "~0.4.5" }, "keywords": [ "google", "translate", "json", "angular", "translations", "grunt" ], "dependencies": { "google-translate": "^1.0.6", "lodash": "^4.3.0", "q": "^1.4.1" } }