UNPKG

template-helpers

Version:

Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or any engine that supports helper functions.

86 lines (85 loc) 1.98 kB
{ "name": "template-helpers", "description": "Generic JavaScript helpers that can be used with any template engine. Handlebars, Lo-Dash, Underscore, or any engine that supports helper functions.", "version": "1.0.1", "homepage": "https://github.com/jonschlinkert/template-helpers", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/template-helpers", "bugs": { "url": "https://github.com/jonschlinkert/template-helpers/issues" }, "license": "MIT", "files": [ "index.js", "lib" ], "main": "index.js", "engines": { "node": ">=6" }, "scripts": { "test": "mocha" }, "dependencies": { "any": "^1.0.0", "center-align": "^1.0.1", "get-value": "^3.0.1", "helper-slugify": "^0.2.0", "kind-of": "^6.0.2", "relative": "^3.0.2", "right-align": "^0.1.3", "titlecase": "^1.1.2", "word-wrap": "^1.2.3" }, "devDependencies": { "gulp-format-md": "^2.0.0", "helper-coverage": "^0.1.3", "lodash.template": "^4.4.0", "markdown-link": "^0.1.1", "mocha": "^5.2.0", "through2": "^3.0.0", "verb-generate-readme": "^0.8.0" }, "keywords": [ "compile", "engine", "helper", "helpers", "imports", "lodash", "process", "render", "template", "underscore" ], "verb": { "toc": true, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "helpers": [ "helper-coverage" ], "related": { "description": "You might also be interested in the following projects (also visit the [github.com/helpers](https://github.com/helpers), where you can find 60+ additional standalone helpers!):", "list": [ "assemble", "handlebars-helpers", "templates" ] }, "lint": { "reflinks": true }, "reflinks": [ "any", "slugify", "verb", "word-wrap" ] } }