Files
piratepoet/tasks/makepot/node_modules/grunt-wp-i18n/package.json

76 lines
1.8 KiB
JSON

{
"name": "grunt-wp-i18n",
"description": "Internationalize WordPress themes and plugins.",
"version": "0.5.2",
"homepage": "https://github.com/cedaro/grunt-wp-i18n",
"author": {
"name": "Brady Vercher",
"email": "brady@blazersix.com",
"url": "http://www.cedaro.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/cedaro/grunt-wp-i18n.git"
},
"bugs": {
"url": "https://github.com/cedaro/grunt-wp-i18n/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/cedaro/grunt-wp-i18n/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"async": "~0.9.0",
"gettext-parser": "~1.1.0",
"grunt": "~0.4.5",
"underscore": "~1.8.2",
"underscore.string": "~3.0.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-nodeunit": "~0.4.1"
},
"peerDependencies": {
"grunt": "~0.4.0"
},
"keywords": [
"gruntplugin",
"wordpress",
"i18n",
"translation"
],
"gitHead": "579fd0d9e6dba62e8e56de50ab86509057e354d3",
"_id": "grunt-wp-i18n@0.5.2",
"_shasum": "ac3bd2b09b163a21d255dd0fab49534c311e61eb",
"_from": "grunt-wp-i18n@latest",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "bradyvercher",
"email": "brady@blazersix.com"
},
"maintainers": [
{
"name": "bradyvercher",
"email": "brady@blazersix.com"
}
],
"dist": {
"shasum": "ac3bd2b09b163a21d255dd0fab49534c311e61eb",
"tarball": "http://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-0.5.2.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/grunt-wp-i18n/-/grunt-wp-i18n-0.5.2.tgz"
}