{
  "name": "grunt-include-replace",
  "version": "5.0.0",
  "description": "Grunt task to include files and replace variables. Allows for parameterised includes.",
  "author": "Alan Shaw <alan138@gmail.com>",
  "license": "MIT",
  "homepage": "https://github.com/alanshaw/grunt-include-replace",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alanshaw/grunt-include-replace.git"
  },
  "bugs": {
    "url": "https://github.com/alanshaw/grunt-include-replace/issues"
  },
  "files": [
    "tasks"
  ],
  "scripts": {
    "test": "standard && grunt"
  },
  "main": "tasks/includereplace.js",
  "keywords": [
    "gruntplugin",
    "include",
    "require",
    "replace",
    "variable",
    "parameter",
    "import",
    "template"
  ],
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "standard": "^7.1.2"
  },
  "peerDependencies": {
    "grunt": "~0.4.4 || ^1.0.1"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "standard": {
    "ignore": [
      "test/expected",
      "test/files",
      "test/global_includes"
    ]
  }
}
