UNPKG

partials

Version:

Create an object of template partials from a glob of files to pass to any template engine.

64 lines 1.28 kB
{ "name": "partials", "description": "Create an object of template partials from a glob of files to pass to any template engine.", "version": "0.1.0", "homepage": "https://github.com/jonschlinkert/partials", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/partials.git" }, "bugs": { "url": "https://github.com/jonschlinkert/partials/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jonschlinkert/partials/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha -R spec" }, "dependencies": { "map-files": "^0.2.0" }, "devDependencies": { "gray-matter": "^0.5.1", "mocha": "*", "should": "^4.0.4", "verb": ">= 0.2.6", "verb-tag-jscomments": ">= 0.2.0" }, "keywords": [ "dir", "directories", "directory", "dirs", "file", "filepath", "filepaths", "files", "handlebars", "hash", "list", "lodash", "map", "mapping", "name", "object", "partial", "partials", "path", "paths", "template", "templates" ] }