{
  "name": "grunt-potomo",
  "description": "Grunt plug-in to compile .po files into binary .mo files with msgfmt.",
  "version": "3.5.0",
  "homepage": "https://github.com/shivapoudel/grunt-potomo",
  "author": {
    "name": "Shiva Poudel",
    "email": "dev.shivapoudel@gmail.com",
    "url": "http://shivapoudel.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/shivapoudel/grunt-potomo.git"
  },
  "bugs": {
    "url": "https://github.com/shivapoudel/grunt-potomo/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/shivapoudel/grunt-potomo/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "shelljs": "~0.7.5"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-clean": "~1.0.0",
    "grunt-contrib-nodeunit": "~1.0.0",
    "grunt": "~1.0.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin",
    "wordpress",
    "i10n",
    "translation",
    "potomo"
  ]
}
