{
  "name": "grunt-text-include",
  "description": "Include text resources as javascript strings",
  "version": "0.1.2",
  "homepage": "https://github.com/bcaller/grunt-text-include",
  "author": {
    "name": "Ben Caller",
    "email": "ben@callernet.co.uk"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bcaller/grunt-text-include.git"
  },
  "bugs": {
    "url": "https://github.com/bcaller/grunt-text-include/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/bcaller/grunt-text-include/blob/master/LICENSE-MIT"
    }
  ],
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.2.0",
    "grunt": ">=0.4.0"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "gruntplugin"
  ]
}
