{
  "name": "grunt-coffee",
  "description": "JavaScripts your Coffee",
  "version": "0.0.6",
  "homepage": "https://github.com/avalade/grunt-coffee",
  "author": {
    "name": "Aaron D. Valade",
    "email": "adv@alum.mit.edu"
  },
  "contributors": [
    {
      "name": "Derek Lindahl",
      "url": "https://github.com/dlindahl"
    },{
      "name": "Tim Oxley",
      "url": "https://github.com/timoxley"
    },{
      "name": "Pete Bacon Darwin",
      "url": "https://github.com/petebacondarwin"
    },{
      "name": "Kevin Rockwood",
      "url": "https://github.com/rockwood"
    },{
      "name": "Ken 'Elf' Matheiu Sternberg",
      "url": "https://github.com/elfsternberg"
    },{
      "name": "siriux",
      "url": "https://github.com/siriux"
    },{
      "name": "Enleur",
      "url": "https://github.com/Enleur"
    },{
      "name": "brewster1134",
      "url": "https://github.com/brewster1134"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/avalade/grunt-coffee.git"
  },
  "bugs": {
    "url": "https://github.com/avalade/grunt-coffee/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/avalade/grunt-coffee/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "grunt": "~0.3.8",
    "coffee-script": "~1.3.1"
  },
  "devDependencies": {
    "grunt": "~0.3.8",
    "coffee-script": "~1.3.1"
  },
  "keywords": [
    "gruntplugin"
  ]
}
