{
  "helpers": [
    {
      "name": "frep",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/frep",
      "description": "A find and replace utility. Modify strings by passing an array of RegExp or string replacement patterns",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/frep.git",
      "clone_url": "https://github.com/helpers/frep.git",
      "url": "https://github.com/helpers/frep",
      "download": "https://github.com/helpers/frep/archive/master.zip"
    },
    {
      "name": "fs-utils",
      "forks": 0,
      "watchers": 0,
      "fullname": "helpers/fs-utils",
      "description": "File utils from Grunt.js. This is temporary, we'll switch to grunt-file when it's published.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/fs-utils.git",
      "clone_url": "https://github.com/helpers/fs-utils.git",
      "url": "https://github.com/helpers/fs-utils",
      "download": "https://github.com/helpers/fs-utils/archive/master.zip"
    },
    {
      "name": "glob-object",
      "forks": 1,
      "watchers": 2,
      "fullname": "helpers/glob-object",
      "description": "Globbing for objects and properties.",
      "language": null,
      "git_url": "git://github.com/helpers/glob-object.git",
      "clone_url": "https://github.com/helpers/glob-object.git",
      "url": "https://github.com/helpers/glob-object",
      "download": "https://github.com/helpers/glob-object/archive/master.zip"
    },
    {
      "name": "glob-utils",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/glob-utils",
      "description": "Globbing utilities for Grunt.js and node.js projects.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/glob-utils.git",
      "clone_url": "https://github.com/helpers/glob-utils.git",
      "url": "https://github.com/helpers/glob-utils",
      "download": "https://github.com/helpers/glob-utils/archive/master.zip"
    },
    {
      "name": "grunt-init-helper-mod",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/grunt-init-helper-mod",
      "description": "Grunt init template for creating a new helper module.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/grunt-init-helper-mod.git",
      "clone_url": "https://github.com/helpers/grunt-init-helper-mod.git",
      "url": "https://github.com/helpers/grunt-init-helper-mod",
      "download": "https://github.com/helpers/grunt-init-helper-mod/archive/master.zip"
    },
    {
      "name": "handlebars-helper-aggregate",
      "forks": 1,
      "watchers": 3,
      "fullname": "helpers/handlebars-helper-aggregate",
      "description": "{{aggregate}} handlebars helper. inlines content from multiple files optionally using wildcard (globbing/minimatch) patterns. uses YAML front matter as context for each file. optionally pass in a sorting function.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-aggregate.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-aggregate.git",
      "url": "https://github.com/helpers/handlebars-helper-aggregate",
      "download": "https://github.com/helpers/handlebars-helper-aggregate/archive/master.zip"
    },
    {
      "name": "handlebars-helper-compose",
      "forks": 4,
      "watchers": 3,
      "fullname": "helpers/handlebars-helper-compose",
      "description": "{{compose}} handlebars helper. Similar to {{aggregate}}, but this is a block expression helper that inlines content from multiple files differently, extracting YAML front matter to pass to context for each file. Optionally use wildcard (globbing/minimatch) patterns. Accepts compare function as 3rd parameter for sorting inlined files.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-compose.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-compose.git",
      "url": "https://github.com/helpers/handlebars-helper-compose",
      "download": "https://github.com/helpers/handlebars-helper-compose/archive/master.zip"
    },
    {
      "name": "handlebars-helper-condense",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-condense",
      "description": "Remove extra newlines from HTML content.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-condense.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-condense.git",
      "url": "https://github.com/helpers/handlebars-helper-condense",
      "download": "https://github.com/helpers/handlebars-helper-condense/archive/master.zip"
    },
    {
      "name": "handlebars-helper-eachitems",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-eachitems",
      "description": "{{eachItems}} handlebars helper.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-eachitems.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-eachitems.git",
      "url": "https://github.com/helpers/handlebars-helper-eachitems",
      "download": "https://github.com/helpers/handlebars-helper-eachitems/archive/master.zip"
    },
    {
      "name": "handlebars-helper-jade",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-jade",
      "description": "{{jade}} handlebars helper, for converting basic Jade templates to HTML. ",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-jade.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-jade.git",
      "url": "https://github.com/helpers/handlebars-helper-jade",
      "download": "https://github.com/helpers/handlebars-helper-jade/archive/master.zip"
    },
    {
      "name": "handlebars-helper-less",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/handlebars-helper-less",
      "description": "{{less}} handlebars helper. This helper allows you to use LESS inside style tags in your HTML. By default, the resulting CSS will be rendered inside the `<style>...</style>` tags of the rendered HTML, but you may alternatively define a destination path using the `dest` hash option of the helper.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-less.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-less.git",
      "url": "https://github.com/helpers/handlebars-helper-less",
      "download": "https://github.com/helpers/handlebars-helper-less/archive/master.zip"
    },
    {
      "name": "handlebars-helper-lorem",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-lorem",
      "description": "{{lorem}} handlebars helper, for generating lorem lorem placeholder text.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-lorem.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-lorem.git",
      "url": "https://github.com/helpers/handlebars-helper-lorem",
      "download": "https://github.com/helpers/handlebars-helper-lorem/archive/master.zip"
    },
    {
      "name": "handlebars-helper-minify",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/handlebars-helper-minify",
      "description": "{{minify}} handlebars helper, for minification of HTML with html-minifier.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-minify.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-minify.git",
      "url": "https://github.com/helpers/handlebars-helper-minify",
      "download": "https://github.com/helpers/handlebars-helper-minify/archive/master.zip"
    },
    {
      "name": "handlebars-helper-moment",
      "forks": 2,
      "watchers": 4,
      "fullname": "helpers/handlebars-helper-moment",
      "description": "{{moment}} handlebars helper. Combines the powers of Assemble, Handlebars.js and Moment.js into a great helper to master time.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-moment.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-moment.git",
      "url": "https://github.com/helpers/handlebars-helper-moment",
      "download": "https://github.com/helpers/handlebars-helper-moment/archive/master.zip"
    },
    {
      "name": "handlebars-helper-paginate",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-paginate",
      "description": "{{paginate}} handlebars helper. Made for Assemble, the static site generator for Node.js, Grunt.js and Yeoman.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-paginate.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-paginate.git",
      "url": "https://github.com/helpers/handlebars-helper-paginate",
      "download": "https://github.com/helpers/handlebars-helper-paginate/archive/master.zip"
    },
    {
      "name": "handlebars-helper-post",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/handlebars-helper-post",
      "description": "{{post}} handlebars helper, for including a post, or a list of posts.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-post.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-post.git",
      "url": "https://github.com/helpers/handlebars-helper-post",
      "download": "https://github.com/helpers/handlebars-helper-post/archive/master.zip"
    },
    {
      "name": "handlebars-helper-prettify",
      "forks": 2,
      "watchers": 3,
      "fullname": "helpers/handlebars-helper-prettify",
      "description": "{{prettify}} handlebars helper, for formatting (\"beautifying\") HTML, CSS and JavaScript.     ",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-prettify.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-prettify.git",
      "url": "https://github.com/helpers/handlebars-helper-prettify",
      "download": "https://github.com/helpers/handlebars-helper-prettify/archive/master.zip"
    },
    {
      "name": "handlebars-helper-process",
      "forks": 0,
      "watchers": 0,
      "fullname": "helpers/handlebars-helper-process",
      "description": "{{process}} handlebars helper, for processing raw templates in included content, with the correct context",
      "language": null,
      "git_url": "git://github.com/helpers/handlebars-helper-process.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-process.git",
      "url": "https://github.com/helpers/handlebars-helper-process",
      "download": "https://github.com/helpers/handlebars-helper-process/archive/master.zip"
    },
    {
      "name": "handlebars-helper-repeat",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-repeat",
      "description": "{{repeat}} handlebars helper, for duplicating a block of content n times.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-repeat.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-repeat.git",
      "url": "https://github.com/helpers/handlebars-helper-repeat",
      "download": "https://github.com/helpers/handlebars-helper-repeat/archive/master.zip"
    },
    {
      "name": "handlebars-helper-slugify",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helper-slugify",
      "description": "Convert strings into URL slugs.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helper-slugify.git",
      "clone_url": "https://github.com/helpers/handlebars-helper-slugify.git",
      "url": "https://github.com/helpers/handlebars-helper-slugify",
      "download": "https://github.com/helpers/handlebars-helper-slugify/archive/master.zip"
    },
    {
      "name": "handlebars-helpers-pkg",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/handlebars-helpers-pkg",
      "description": "{{pkg}} handlebars helper, for retrieving a value from your project's package.json",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/handlebars-helpers-pkg.git",
      "clone_url": "https://github.com/helpers/handlebars-helpers-pkg.git",
      "url": "https://github.com/helpers/handlebars-helpers-pkg",
      "download": "https://github.com/helpers/handlebars-helpers-pkg/archive/master.zip"
    },
    {
      "name": "logger",
      "forks": 0,
      "watchers": 0,
      "fullname": "helpers/logger",
      "description": "Logging utilities for Node.js projects.",
      "language": null,
      "git_url": "git://github.com/helpers/logger.git",
      "clone_url": "https://github.com/helpers/logger.git",
      "url": "https://github.com/helpers/logger",
      "download": "https://github.com/helpers/logger/archive/master.zip"
    },
    {
      "name": "matchkeys",
      "forks": 2,
      "watchers": 1,
      "fullname": "helpers/matchkeys",
      "description": "Return an array of resolved filepaths for specified npm module dependencies. Minimatch patterns can be used.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/matchkeys.git",
      "clone_url": "https://github.com/helpers/matchkeys.git",
      "url": "https://github.com/helpers/matchkeys",
      "download": "https://github.com/helpers/matchkeys/archive/master.zip"
    },
    {
      "name": "meta",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/meta",
      "description": "General planning around helpers. Also the place to make requests and suggestions.",
      "language": null,
      "git_url": "git://github.com/helpers/meta.git",
      "clone_url": "https://github.com/helpers/meta.git",
      "url": "https://github.com/helpers/meta",
      "download": "https://github.com/helpers/meta/archive/master.zip"
    },
    {
      "name": "node-name",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/node-name",
      "description": "Basic utility methods for transforming and handling file paths.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/node-name.git",
      "clone_url": "https://github.com/helpers/node-name.git",
      "url": "https://github.com/helpers/node-name",
      "download": "https://github.com/helpers/node-name/archive/master.zip"
    },
    {
      "name": "sort-object",
      "forks": 2,
      "watchers": 3,
      "fullname": "helpers/sort-object",
      "description": "Sort the keys in an object.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/sort-object.git",
      "clone_url": "https://github.com/helpers/sort-object.git",
      "url": "https://github.com/helpers/sort-object",
      "download": "https://github.com/helpers/sort-object/archive/master.zip"
    },
    {
      "name": "strip-yfm",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/strip-yfm",
      "description": "Strip YAML front matter from files.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/strip-yfm.git",
      "clone_url": "https://github.com/helpers/strip-yfm.git",
      "url": "https://github.com/helpers/strip-yfm",
      "download": "https://github.com/helpers/strip-yfm/archive/master.zip"
    },
    {
      "name": "utils",
      "forks": 0,
      "watchers": 2,
      "fullname": "helpers/utils",
      "description": "Library of javascript utils",
      "language": "CoffeeScript",
      "git_url": "git://github.com/helpers/utils.git",
      "clone_url": "https://github.com/helpers/utils.git",
      "url": "https://github.com/helpers/utils",
      "download": "https://github.com/helpers/utils/archive/master.zip"
    },
    {
      "name": "utils-compare",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/utils-compare",
      "description": "Utility compare function, accepts two objects (a,b) and returns 1 if a >= b otherwise -1.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/utils-compare.git",
      "clone_url": "https://github.com/helpers/utils-compare.git",
      "url": "https://github.com/helpers/utils-compare",
      "download": "https://github.com/helpers/utils-compare/archive/master.zip"
    },
    {
      "name": "utils-concat-array",
      "forks": 0,
      "watchers": 1,
      "fullname": "helpers/utils-concat-array",
      "description": "Takes a string and an array of strings and concatenates the first string to each string in the array.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/utils-concat-array.git",
      "clone_url": "https://github.com/helpers/utils-concat-array.git",
      "url": "https://github.com/helpers/utils-concat-array",
      "download": "https://github.com/helpers/utils-concat-array/archive/master.zip"
    },
    {
      "name": "utils-update",
      "forks": 0,
      "watchers": 0,
      "fullname": "helpers/utils-update",
      "description": "Update the properties on an object with the properties from another object.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/utils-update.git",
      "clone_url": "https://github.com/helpers/utils-update.git",
      "url": "https://github.com/helpers/utils-update",
      "download": "https://github.com/helpers/utils-update/archive/master.zip"
    },
    {
      "name": "yfm",
      "forks": 3,
      "watchers": 5,
      "fullname": "helpers/yfm",
      "description": "Helpers and examples for extracting, parsing, and passing context from YAML front matter into your templates. Useful if you need custom programming beyond what Assemble offers by default.",
      "language": "JavaScript",
      "git_url": "git://github.com/helpers/yfm.git",
      "clone_url": "https://github.com/helpers/yfm.git",
      "url": "https://github.com/helpers/yfm",
      "download": "https://github.com/helpers/yfm/archive/master.zip"
    }
  ]
}