{
  "name": "grunt-cat",
  "description": "Echo a file to the terminal. Works with text, figlets, ascii art, and full-color ansi.",
  "version": "0.1.2",
  "homepage": "https://github.com/dylang/grunt-cat",
  "author": {
    "name": "Dylan Greene",
    "email": "dylang@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/dylang/grunt-cat.git"
  },
  "bugs": {
    "url": "https://github.com/dylang/grunt-cat/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/dylang/grunt-cat/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "~0.1.1",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-nodeunit": "~0.1.2",
    "grunt": "~0.4.1"
  },
    "peerDependencies": {
        "grunt": "~0.4.1"
      },
  "keywords": [
    "gruntplugin", "text", "ansi", "ascii", "art", "figlets"
  ]
}