{
  "name": "assemble-contrib-permalinks",
  "description": "Permalinks plugin for Assemble, the static site generator for Grunt.js, Yeoman and Node.js. This plugin enables powerful and configurable URI patterns, [Moment.js](http://momentjs.com/) for parsing dates, much more.",
  "version": "0.3.6",
  "homepage": "https://github.com/assemble/assemble-contrib-permalinks",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/assemble/assemble-contrib-permalinks.git"
  },
  "bugs": {
    "url": "https://github.com/assemble/assemble-contrib-permalinks/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/assemble/assemble-contrib-permalinks/blob/master/LICENSE-MIT"
    }
  ],
  "main": "permalinks.js",
  "engines": {
    "node": ">= 0.8.0"
  },
  "dependencies": {
    "async": "~0.2.9",
    "digits": "~0.1.2",
    "lodash": "~2.4.0",
    "underscore.string": "~2.3.3",
    "strings": "~0.2.0"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-readme": "~0.4.0",
    "grunt-repos": "~0.1.2",
    "handlebars-helper-eachitems": "~0.1.2",
    "handlebars-helper-paginate": "~0.2.0",
    "grunt-prettify": "~0.3.1"
  },
  "peerDependencies": {
    "assemble": "~0.4.12"
  },
  "keywords": [
    "assemble",
    "assemblecollection",
    "assembleplugin",
    "blog",
    "handlebars-helper-eachitems",
    "handlebars-helper-paginate",
    "moment",
    "moment.js",
    "parse url",
    "permalink",
    "permalinks",
    "post",
    "pretty links",
    "SEO",
    "slug",
    "static site generator",
    "uri",
    "url",
    "yaml front matter"
  ]
}
