26 lines
408 B
JSON
26 lines
408 B
JSON
{
|
|
"name": "gettext.js",
|
|
"ignore": [
|
|
"tests",
|
|
"lib",
|
|
"*.md",
|
|
"*.json",
|
|
"*.yml",
|
|
"gulpfile.js"
|
|
],
|
|
"keywords": [
|
|
"i18n",
|
|
"internationalization",
|
|
"gettext",
|
|
"ngettext",
|
|
"po"
|
|
],
|
|
"author": {
|
|
"name": "Guillaume Potier",
|
|
"email": "guillaume@wisembly.com",
|
|
"url": "http://guillaumepotier.com/"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/gettext.js"
|
|
}
|