UNPKG

handlebars-helpers

Version:
91 lines (90 loc) 2.17 kB
{ "name": "handlebars-helpers", "description": "Extensive collection of Handlebars helpers.", "version": "0.2.8", "homepage": "https://github.com/assemble/handlebars-helpers", "author": { "name": "assemble", "url": "https://github.com/assemble/assemble/handlebars-helpers" }, "contributors": [ { "name": "Brian Woodward", "url": "https://github.com/doowb" }, { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" } ], "repository": { "type": "git", "url": "git://github.com/assemble/handlebars-helpers.git" }, "bugs": { "url": "https://github.com/assemble/handlebars-helpers/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/assemble/handlebars-helpers/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "handlebars": "1.0.10", "highlight.js": "~7.3.0", "js-yaml": "~2.0.4", "lodash": "~1.1.1", "marked": "~0.2.8", "mime": "~1.2.9", "minimatch": "~0.2.12", "to": "~0.2.9" }, "devDependencies": { "amdefine": "0.0.4", "chai": "~1.5.0", "coffee-script": "~1.6.2", "grunt": "~0.4.1", "grunt-coffeelint": "0.0.7", "grunt-contrib-clean": "~0.4.0", "grunt-contrib-coffee": "~0.6.4", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-jshint": "~0.6.0", "grunt-contrib-uglify": "~0.2.0", "grunt-mocha-test": "~0.2.0", "should": "~1.2.2" }, "keywords": [ "assemble helpers", "block helper", "example helper", "handle bars js", "handlebar helper", "handlebars block helper", "handlebars custom helpers", "handlebars escape", "handlebars for loop", "handlebars helper", "handlebars helpers", "handlebars if helper", "handlebars list", "handlebars loop index", "handlebars loop", "handlebars register helper", "handlebars view helper", "handlebars", "helper library", "helper", "helpers", "loop handlebars", "template helpers", "utilities" ] }