@floatwork/grunt-po2mo
Version:
Compiles .po files into binary .mo files with `msgfmt`
55 lines (54 loc) • 1.17 kB
JSON
{
"name": "@floatwork/grunt-po2mo",
"version": "0.4.1",
"description": "Compiles .po files into binary .mo files with `msgfmt`",
"license": "MIT",
"scripts": {
"lint": "grunt lint",
"precommit": "npm run lint",
"prepare": "husky install",
"test": "grunt test"
},
"main": "Gruntfile.js",
"files": [
"tasks/",
"Gruntfile.js",
"LICENSE",
"README.md"
],
"engines": {
"node": ">=14.0.0"
},
"homepage": "https://github.com/fltwrk/grunt-po2mo#readme",
"repository": {
"type": "git",
"url": "https://github.com/fltwrk/grunt-po2mo.git"
},
"bugs": {
"url": "https://github.com/fltwrk/grunt-po2mo/issues"
},
"keywords": [
"gruntplugin",
"gettext",
"po",
"pot",
"mo",
"localization",
"l10n",
"internationalization",
"i18n"
],
"devDependencies": {
"eslint": "^8.41.0",
"eslint-plugin-json": "^3.1.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-eslint": "^24.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2"
},
"lint-staged": {
"*.(js|json)": "eslint --cache --fix"
}
}