%PDF- %PDF-
| Direktori : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/node-wp-i18n/ |
| Current File : /var/www/projetos/stb.ind.br/wp-content/themes/stb/node_modules/node-wp-i18n/package.json |
{
"name": "node-wp-i18n",
"version": "1.2.6",
"description": "Internationalize WordPress themes and plugins.",
"license": "MIT",
"homepage": "https://github.com/cedaro/node-wp-i18n",
"repository": "cedaro/node-wp-i18n",
"author": {
"name": "Brady Vercher",
"email": "brady@blazersix.com",
"url": "http://www.cedaro.com/"
},
"bin": {
"wpi18n": "./bin/wpi18n"
},
"main": "index.js",
"scripts": {
"lint": "jshint index.js lib/*.js",
"pretest": "rm -rf tmp && cp -R test/fixtures tmp",
"test": "tap test/*.js --cov"
},
"dependencies": {
"bluebird": "^3.4.1",
"gettext-parser": "^3.1.0",
"glob": "^7.0.5",
"lodash": "^4.14.2",
"minimist": "^1.2.5",
"mkdirp": "^1.0.4",
"tmp": "^0.2.1"
},
"keywords": [
"wordpress",
"i18n",
"translation"
],
"devDependencies": {
"async": "^3.2.0",
"jshint": "^2.9.2",
"tap": "^14.11.0"
}
}