{
  "name": "grunt-i18n-abide",
  "description": "Grunt plugin for running jsxgettext against your codebase.",
  "version": "0.0.20",
  "homepage": "https://github.com/mozilla/grunt-i18n-abide",
  "author": {
    "name": "Stuart Colville",
    "email": "scolville@mozilla.com",
    "url": "https://muffinresearch.co.uk/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/grunt-i18n-abide.git"
  },
  "bugs": {
    "url": "https://github.com/mozilla/grunt-i18n-abide/issues"
  },
  "licenses": [
    {
      "type": "MPL 2.0",
      "url": "http://www.mozilla.org/MPL/2.0/"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "i18n-abide": "0.0.25",
    "jsxgettext": "0.8.2",
    "po2json": "0.4.1",
    "shell-escape": "0.2.0",
    "shelljs": "0.5.3"
  },
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-jshint": "0.11.2",
    "grunt-contrib-nodeunit": "0.4.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gettext",
    "grunt",
    "gruntplugin",
    "i18n",
    "i18n-abide",
    "l10n"
  ]
}
