{
  "name": "grunt-include-source",
  "description": "Include your sources into your HTML files automatically.",
  "version": "1.1.0",
  "homepage": "https://github.com/jwvdiermen/grunt-include-source",
  "author": {
    "name": "Jan Willem van Diermen",
    "email": "jwvdiermen@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jwvdiermen/grunt-include-source.git"
  },
  "bugs": {
    "url": "https://github.com/jwvdiermen/grunt-include-source/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jwvdiermen/grunt-include-source/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0",
    "grunt-lineending": "^0.2.4"
  },
  "peerDependencies": {
    "grunt": ">=0.4.5"
  },
  "keywords": [
    "gruntplugin"
  ],
  "dependencies": {
    "grunt": ">=0.4.5",
    "extendr": "^2.1.0"
  }
}
