{
  "name": "grunt-aglio",
  "description": "Grunt plugin to generate aglio documentation",
  "version": "0.4.1",
  "homepage": "https://github.com/arbus/grunt-aglio",
  "author": {
    "name": "Subra",
    "email": "subra@orangebrush.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arbus/grunt-aglio.git"
  },
  "bugs": {
    "url": "https://github.com/arbus/grunt-aglio/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/arbus/grunt-aglio/blob/master/LICENSE-MIT"
    }
  ],
  "scripts": {
    "test": "mocha --recursive --ui tdd --reporter spec"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "mocha": "^1.20.1"
  },
  "peerDependencies": {
    "grunt": "~0.4.1"
  },
  "keywords": [
    "gruntplugin",
    "aglio",
    "documentation",
    "blueprint"
  ],
  "dependencies": {
    "aglio": "~2.2",
    "underscore": "^1.7.0",
    "when": "^3.4.4"
  }
}
