jsxgettext-recursive-next
Version:
Recursively search and extract gettext strings
27 lines (26 loc) • 519 B
JSON
{
"name": "jsxgettext-recursive-next",
"version": "1.1.0",
"description": "Recursively search and extract gettext strings",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/zaach/jsxgettext-recursive.git"
},
"scripts": {
"test": "exit 0"
},
"keywords": [
"jsxgettext",
"xgettext",
"i18n",
"l10n",
"gettext"
],
"author": "Zach Carter",
"license": "Apache 2.0",
"dependencies": {
"walk": "^2.3.9",
"jsxgettext": "^0.11.0"
}
}