gulp-potomo-js
Version:
A Gulp plugin to compile .po files into binary .mo files written in JavaScript only.
50 lines (49 loc) • 1.01 kB
JSON
{
"name": "gulp-potomo-js",
"version": "1.0.1",
"description": "A Gulp plugin to compile .po files into binary .mo files written in JavaScript only.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"index.js"
],
"keywords": [
"gulp",
"gulpplugin",
"i18n",
"translation",
"potomo",
"po",
"mo",
"pot",
"gettext",
"gettext-parser"
],
"repository": {
"type": "git",
"url": "git+https://github.com/wunderfarm/gulp-potomo-js.git"
},
"bugs": {
"url": "https://github.com/wunderfarm/gulp-potomo-js/issues"
},
"homepage": "https://github.com/wunderfarm/gulp-potomo-js#readme",
"author": {
"name": "wunderfarm",
"email": "dev@wunderfarm.com",
"url": "www.wunderfarm.com"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.3.0",
"fancy-log": "^1.3.2",
"gettext-parser": "^1.3.0",
"plugin-error": "^1.0.1",
"plur": "^2.1.2",
"through2-concurrent": "^1.1.1"
},
"engines": {
"node": ">=4"
}
}