{
  "name": "grunt-fabricate",
  "description": "Grunt wrappings for node-fabricate",
  "version": "1.0.0",
  "homepage": "https://github.com/joeytrapp/grunt-fabricate",
  "author": {
    "name": "Joey Trapp",
    "email": "jtrapp07@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/joeytrapp/grunt-fabricate.git"
  },
  "bugs": {
    "url": "https://github.com/joeytrapp/grunt-fabricate/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/joeytrapp/grunt-fabricate/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "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.1"
  },
  "peerDependencies": {
    "grunt": ">=0.4.0"
  },
  "keywords": [
    "fabricate",
    "build",
    "assets",
    "mincer",
    "uglify",
    "sourcemap",
    "gruntplugin"
  ],
  "dependencies": {
    "fabricate": "~0.2.0"
  }
}
