UNPKG

load-templates

Version:

Load templates/views using globs, file paths, objects, arrays, or key-value pairs.

80 lines (79 loc) 1.63 kB
{ "name": "load-templates", "description": "Load templates/views using globs, file paths, objects, arrays, or key-value pairs.", "version": "2.0.0", "homepage": "https://github.com/jonschlinkert/load-templates", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/load-templates", "bugs": { "url": "https://github.com/jonschlinkert/load-templates/issues" }, "license": "MIT", "files": [ "index.js", "utils.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "nyc --reporter=text --reporter=html mocha" }, "dependencies": { "file-contents": "^1.0.1", "glob-parent": "^3.1.0", "is-glob": "^4.0.0", "is-view": "^1.0.0", "kind-of": "^6.0.2", "matched": "^1.0.2", "vinyl": "^2.1.0" }, "devDependencies": { "inflection": "^1.12.0", "define-property": "^2.0.2", "mocha": "^3.5.3", "should": "^13.2.1", "gulp": "^3.9.1", "gulp-mocha": "^5.0.0", "gulp-istanbul": "^1.1.3", "gulp-eslint": "^4.0.2", "gulp-format-md": "^1.0.0", "nyc": "^11.4.1" }, "keywords": [ "file", "file-system", "glob", "load", "loader", "pattern", "template", "templates", "view", "views" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "assemble", "templates", "verb" ] }, "reflinks": [ "matched" ], "lint": { "reflinks": true } } }