UNPKG

load-templates

Version:
134 lines (133 loc) 2.41 kB
{ "name": "load-templates", "description": "Load templates.", "version": "0.4.6", "homepage": "https://github.com/jonschlinkert/load-templates", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "repository": { "type": "git", "url": "git://github.com/jonschlinkert/load-templates.git" }, "bugs": { "url": "https://github.com/jonschlinkert/load-templates/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jonschlinkert/load-templates/blob/master/LICENSE-MIT" } ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha -R spec" }, "devDependencies": { "chalk": "^0.5.1", "mocha": "*", "should": "^4.0.4", "verb": ">= 0.2.6", "verb-tag-jscomments": ">= 0.2.0" }, "dependencies": { "arr": "^0.1.4", "debug": "^2.0.0", "for-own": "^0.1.2", "gray-matter": "^0.5.1", "has-any": "^0.1.0", "has-any-deep": "^0.2.0", "kind-of": "^0.1.0", "map-files": "^0.2.0", "object.omit": "^0.2.0", "object.pick": "^0.1.1", "omit-empty": "^0.3.0", "omit-keys": "^0.1.0", "option-cache": "^0.1.1", "reduce-object": "^0.1.3", "vinyl": "^0.4.3" }, "keywords": [ "array", "assemble", "atpl", "cache", "coffee", "compile", "consolidate", "content", "data", "delimiters", "delims", "docs", "documentation", "dot", "dust", "dustjs", "dustjs-helpers", "dustjs-linkedin", "eco", "ect", "ejs", "engine", "engines", "express", "front", "generate", "generator", "glob", "gray", "gray-matter", "haml", "haml-coffee", "hamljs", "handlebars", "helpers", "hogan", "hogan-js", "jade", "jazz", "jqtpl", "js", "linkedin", "lo-dash", "load", "loader", "lodash", "markdown", "matter", "mocha", "mote", "mustache", "noop", "nunjucks", "object", "parse", "parser", "parsers", "pass-through", "patterns", "process", "qejs", "ractive", "render", "should", "string", "swig", "template", "templates", "templayed", "tmpl", "toffee", "underscore", "verb", "view", "walrus", "whiskers", "yaml" ] }