UNPKG

handlebars-helpers

Version:

More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.

198 lines (197 loc) 5.54 kB
{ "name": "handlebars-helpers", "description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.", "version": "0.10.0", "homepage": "https://github.com/helpers/handlebars-helpers", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "contributors": [ "Adrián Mugnolo (https://github.com/xymbol)", "Aleš Kotnik (www.draagle.com)", "Alex Hunt (https://alexhunt.io)", "Ali Sheehan-Dare (https://github.com/alisd23)", "Anders D. Johnson (https://andrz.me)", "Arthur Cinader (http://github.com/acinader)", "Brian Woodward (https://twitter.com/doowb)", "Dan Dascalescu (http://dandascalescu.com)", "Dan Gorby (https://plus.google.com/+GreenRaccoon23)", "Dane Petersen (https://thegreatsunra.com)", "Daniel Wabyick (https://github.com/dwabyick)", "Dennis Borisevich (https://github.com/DenSpirit)", "Foundy (http://foundy.io)", "GONZO (https://github.com/why2pac)", "GracefulLight (https://brendaniel.github.io)", "Hariadi Hinta (http://www.hariadi.org)", "James Tsuyuki (https://github.com/jtsuyuki)", "Jan Stola (https://github.com/iamstolis)", "Jason Bellamy (http://jasonbellamy.com)", "Jeffrey Froom (http://jfroom.com)", "Jocelyn Badgley (http://www.chipersoft.com)", "Joey Baker (https://www.byjoeybaker.com)", "Jon Schlinkert (http://twitter.com/jonschlinkert)", "Kevin Davis (kevindav.us)", "Laurent Goderre (https://github.com/LaurentGoderre)", "Liam Moat (http://www.liammoat.com)", "Makoto Tateno (https://github.com/makotot)", "Marie Hogebrandt (http://mariehogebrandt.se)", "Mark Perkins (http://allmarkedup.com)", "Martyn Rushton (http://swapnull.co.uk)", "Max Albrecht (178.is)", "Michael Sheedy (michaelsheedy.com)", "Mikko Tapionlinna (http://mikko.tapionlinna.fi)", "Nathan Jessen (http://nathanjessen.github.io)", "Nathaniel Furniss (https://github.com/nlfurniss)", "Oleg Orlov (https://github.com/efender)", "Omesh (https://github.com/omeshp)", "Patrick Burtchaell (https://pburtchaell.com)", "Paul Welsh (paulwelsh.info)", "Raymond Camden (https://www.raymondcamden.com)", "Rob (https://github.com/robsilva)", "Sam Tiffin (https://samtiffin.com)", "Shannon Moeller (http://shannonmoeller.com)", "Spud Hsu (http://spud.in)", "Stephen Way (http://stephenway.net)", "Thomas Jaggi (http://responsive.ch)", "Tim Douglas (https://github.com/timdouglas)", "(https://github.com/homersimpsons)" ], "repository": "helpers/handlebars-helpers", "bugs": { "url": "https://github.com/helpers/handlebars-helpers/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=0.12.0" }, "scripts": { "test": "mocha" }, "dependencies": { "arr-flatten": "^1.1.0", "array-sort": "^0.1.4", "create-frame": "^1.0.0", "define-property": "^1.0.0", "falsey": "^0.3.2", "for-in": "^1.0.2", "for-own": "^1.0.0", "get-object": "^0.2.0", "get-value": "^2.0.6", "handlebars": "^4.0.11", "handlebars-helper-create-frame": "^0.1.0", "handlebars-utils": "^1.0.6", "has-value": "^1.0.0", "helper-date": "^1.0.1", "helper-markdown": "^1.0.0", "helper-md": "^0.2.2", "html-tag": "^2.0.0", "is-even": "^1.0.0", "is-glob": "^4.0.0", "is-number": "^4.0.0", "kind-of": "^6.0.0", "lazy-cache": "^2.0.2", "logging-helpers": "^1.0.0", "micromatch": "^3.1.4", "relative": "^3.0.2", "striptags": "^3.1.0", "to-gfm-code-block": "^0.1.1", "year": "^0.2.1" }, "devDependencies": { "engine-handlebars": "^0.8.2", "fs-exists-sync": "^0.1.0", "global-modules": "^1.0.0", "gulp": "^3.9.1", "gulp-eslint": "^4.0.0", "gulp-format-md": "^1.0.0", "gulp-istanbul": "^1.1.2", "gulp-mocha": "^3.0.1", "gulp-unused": "^0.2.1", "helper-changelog": "^0.3.0", "helper-coverage": "^0.1.3", "is-valid-app": "^0.3.0", "js-yaml": "^3.10.0", "markdown-link": "^0.1.1", "mocha": "^3.5.2", "template-helpers": "^0.6.7", "templates": "^1.2.9", "through2": "^2.0.3", "verb-generate-readme": "^0.6.0", "vinyl": "^2.1.0" }, "keywords": [ "array", "assemble", "collection", "comparison", "date", "handlebars", "helper", "helpers", "html", "i18n", "inflection", "log", "logging", "markdown", "math", "number", "object", "path", "repeat", "string", "template", "time", "url", "util", "utility" ], "verb": { "run": true, "toc": true, "tasks": [ "readme" ], "layout": "default", "copyright": { "start": "2013" }, "plugins": [ "gulp-format-md" ], "related": { "highlight": "template-helpers", "list": [ "assemble", "template-helpers", "utils" ] }, "reflinks": [ "falsey", "helper-date", "moment" ], "helpers": [ "helper-changelog", "helper-coverage" ], "lint": { "reflinks": true } }, "lintDeps": { "devDependencies": { "files": { "patterns": [ "test/integration/*.js", "test/support/*.js", "test/utils/*.js" ] } } } }