{
  "name": "lodash-template-loader",
  "version": "2.0.0",
  "description": "A Lo-Dash template loader plugin for AMD projects.",
  "main": "loader.js",
  "author": "Tim Branyen (@tbranyen)",
  "license": "MIT",
  "peerDependencies": {
    "lodash": "3 - 4"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-connect": "^0.11.2",
    "grunt-contrib-jshint": "^0.11.2",
    "grunt-contrib-qunit": "^0.5.2",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-dojo": "^1.0.1"
  },
  "scripts": {
    "test": "grunt"
  }
}
