UNPKG

ng-xlf-translate

Version:
44 lines (43 loc) 1.02 kB
{ "name": "ng-xlf-translate", "version": "1.0.2", "description": "An XLF Reader and translator", "main": "index.js", "bin": { "translate": "./bin/translate.js" }, "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/shadab-hashmi/xlf-translator.git" }, "keywords": [ "XLF", "XLFF", "Automated", "translate", "translator", "i18n" ], "author": "Ivo Nederlof", "license": "ISC", "bugs": { "url": "https://github.com/shadab-hashmi/xlf-translator/issues" }, "homepage": "https://github.com/shadab-hashmi/xlf-translator#readme", "dependencies": { "@vitalets/google-translate-api": "^7.0.0", "async": "^2.6.1", "chalk": "^2.4.2", "csvtojson": "^2.0.4", "express": "^4.16.4", "json2csv": "^4.1.4", "log-symbols": "^3.0.0", "xml2js": "^0.4.19" } }