{
  "name": "grunt-angular-templates",
  "description": "Grunt build task to concatenate & register your AngularJS templates in the $templateCache",
  "version": "0.4.9",
  "homepage": "https://github.com/ericclemmons/grunt-angular-templates",
  "author": {
    "name": "Eric Clemmons",
    "email": "eric@smarterspam.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ericclemmons/grunt-angular-templates.git"
  },
  "bugs": {
    "url": "https://github.com/ericclemmons/grunt-angular-templates/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/ericclemmons/grunt-angular-templates/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt"
  },
  "dependencies": {
    "html-minifier": "~0.5.4"
  },
  "devDependencies": {
    "grunt": "~0.4.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt-cli": "~0.1.6"
  },
  "keywords": [
    "gruntplugin",
    "angular",
    "template",
    "templates",
    "concat"
  ]
}
