UNPKG

engine-lodash

Version:

Lo-Dash engine, consolidate.js style but with enhancements. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.

61 lines (60 loc) 1.34 kB
{ "name": "engine-lodash", "description": "Lo-Dash engine, consolidate.js style but with enhancements. Works with Assemble, express.js, engine-cache or any application that follows consolidate.js conventions.", "version": "0.8.2", "homepage": "https://github.com/jonschlinkert/engine-lodash", "author": "https://github.com/jonschlinkert", "maintainers": [ { "name": "Jon Schlinkert", "username": "jonschlinkert" }, { "name": "Brian Woodward", "username": "doowb" } ], "repository": "jonschlinkert/engine-lodash", "bugs": { "url": "https://github.com/jonschlinkert/engine-lodash/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "ansi-red": "^0.1.1", "delimiter-regex": "^1.3.1", "engine-utils": "^0.1.1", "lazy-cache": "^0.2.3", "lodash": "^3.10.1" }, "devDependencies": { "mocha": "*", "should": "^4.0.4", "time-require": "jonschlinkert/time-require" }, "keywords": [ "engine", "consolidate", "express", "assemble", "lodash", "lo-dash", "underscore", "templates", "template", "compile", "render", "process", "delimiters", "delims" ] }