{
  "name": "example-assemble-anchor",
  "description": "Example of using the Assemble plugin assemble-anchor",
  "version": "0.0.1",
  "homepage": "https://github.com/assemble/example-assemble-anchor",
  "author": {
    "name": "Brian Woodward"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/assemble/example-assemble-anchor.git"
  },
  "bugs": {
    "url": "https://github.com/assemble/example-assemble-anchor/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/assemble/example-assemble-anchor/blob/master/LICENSE-MIT"
    }
  ],
  "main": "Gruntfile.js",
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "assemble": "~0.4.0",
    "assemble-less": "~0.5.3",
    "assemble-anchor": "~0.0.1",
    "grunt-contrib-clean": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.5.1",
    "grunt-prettify": "~0.1.5",
    "grunt": "~0.4.1"
  },
  "keywords": [
    "grunt task",
    "build",
    "handlebars helper",
    "underscore mixin",
    "site generator",
    "component generator",
    "blog generator",
    "handlebars",
    "templates"
  ]
}
