UNPKG

i18nucleus-transifex

Version:
46 lines (45 loc) 1.02 kB
{ "name": "i18nucleus-transifex", "version": "0.0.7", "description": "Transifex translation provider middleware for i18nucleus", "main": "index.js", "scripts": { "test": "make test" }, "engines": { "node": ">= 0.10.0" }, "repository": { "type": "git", "url": "git://github.com/bdswiss/i18nucleus-translationProvider-transifex" }, "keywords": [ "i18n", "internationalization", "i18nucleus", "translation provider", "transifex", "node" ], "author": { "name": "Tassos Diamantidis", "email": "tassos@inruntime.com" }, "bugs": { "url": "https://github.com/bdswiss/i18nucleus/issues", "email": "opensource@bdswiss.com" }, "license": "MIT", "dependencies": { "transifex": "~1.4.2", "underscore": "~1.6.0", "breeze-async": "~0.1.0", "country-language": "~0.1.6", "request": "~2.40.0", "flat": "~1.2.1", "node-fs": "~0.1.7", "rimraf": "~2.2.8", "colors": "~0.6.2", "underscore.string": "~2.3.3" } }