{
  "name": "lodash-template-loader",
  "version": "0.1.6",
  "description": "A Lo-Dash template loader plugin for AMD projects.",
  "main": "loader.js",
  "author": "Tim Branyen (@tbranyen)",
  "license": "MIT",
  "devDependencies": {
    "grunt-contrib-clean": "~0.5.0",
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-clear": "~0.2.1",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-qunit": "~0.5.1",
    "grunt-dojo": "~0.3.0",
    "grunt-contrib-requirejs": "~0.4.4"
  },
  "scripts": {
    "test": "grunt",
    "postinstall": "bower i -s"
  }
}