{
  "name": "grunt-angular-gettext",
  "description": "Tasks for extracting/compiling angular-gettext strings.",
  "version": "2.5.3",
  "homepage": "http://angular-gettext.rocketeer.be/",
  "author": {
    "name": "Ruben Vermeersch",
    "email": "ruben@rocketeer.be",
    "url": "http://rocketeer.be"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/rubenv/grunt-angular-gettext.git"
  },
  "bugs": {
    "url": "https://github.com/rubenv/grunt-angular-gettext/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rubenv/grunt-angular-gettext/blob/master/LICENSE"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-bump": "0.8.0",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-mocha-cli": "~2.1.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "angular",
    "gettext"
  ],
  "dependencies": {
    "angular-gettext-tools": "~2.5.3"
  }
}
