UNPKG

helper-glob

Version:

Template helper for globbing files. Works with handlebars, Lo-Dash or any template engine that supports helper functions.

52 lines 1.12 kB
{ "name": "helper-glob", "description": "Template helper for globbing files. Works with handlebars, Lo-Dash or any template engine that supports helper functions.", "version": "0.1.0", "homepage": "https://github.com/helpers/helper-glob", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/helpers/helper-glob.git" }, "bugs": { "url": "https://github.com/helpers/helper-glob/issues" }, "license": { "type": "MIT", "url": "https://github.com/helpers/helper-glob/blob/master/LICENSE-MIT" }, "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha -R spec" }, "dependencies": { "extend-shallow": "^0.1.1", "globby": "^1.0.0" }, "devDependencies": { "handlebars": "^2.0.0", "lodash": "^2.4.1", "mocha": "*", "should": "*" }, "keywords": [ "expand", "fs", "function", "glob", "globby", "helper", "path", "pattern", "read", "sync", "template", "wildcard" ] }