{
  "name": "grunt-compass",
  "description": "A custom grunt.js task that executes compass compile for you and prints the COMPASS output to grunt.log.write().",
  "version": "0.3.9",
  "homepage": "https://github.com/kahlil/grunt-compass",
  "author": {
    "name": "Kahlil Lechelt",
    "email": "kahlil@kahlil.co",
    "url": "http://kahlil.co"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kahlil/grunt-compass.git"
  },
  "bugs": {
    "url": "https://github.com/kahlil/grunt-compass/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/kahlil/grunt-compass/blob/master/LICENSE-MIT"
    }
  ],
  "main": "grunt.js",
  "bin": "bin/grunt-compass",
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "nodeunit test/*"
  },
  "dependencies": {},
  "devDependencies": {
    "grunt": ">=0.3.7",
    "nodeunit": "~0.7.4"
  },
  "keywords": [
    "grunt.js",
    "sass",
    "compass",
    "grunt"
  ]
}
