templates
Version:
System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.
97 lines (96 loc) • 2.32 kB
JSON
{
"name": "templates",
"description": "System for creating and managing template collections, and rendering templates with any node.js template engine. Can be used as the basis for creating a static site generator or blog framework.",
"version": "0.1.21",
"homepage": "https://github.com/jonschlinkert/templates",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "jonschlinkert/templates",
"bugs": {
"url": "https://github.com/jonschlinkert/templates/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"array-sort": "^0.1.1",
"base-methods": "^0.2.6",
"clone": "^1.0.2",
"clone-stats": "0.0.1",
"define-property": "^0.2.5",
"dest": "^0.2.1",
"en-route": "^0.7.3",
"engine-base": "^0.1.2",
"engine-cache": "^0.15.0",
"export-files": "^2.1.0",
"extend-shallow": "^2.0.1",
"globby": "^3.0.1",
"group-array": "^0.3.0",
"has-glob": "^0.1.0",
"helper-cache": "^0.7.2",
"inflection": "^1.7.1",
"is-buffer": "^1.0.2",
"is-valid-glob": "^0.3.0",
"layouts": "^0.10.5",
"lazy-cache": "^0.2.3",
"load-helpers": "^0.2.5",
"micromatch": "^2.2.0",
"mixin-deep": "^1.1.3",
"object.reduce": "^0.1.7",
"paginationator": "^0.1.2",
"template-error": "^0.1.2",
"vinyl": "^0.5.3"
},
"devDependencies": {
"consolidate": "^0.13.1",
"engine-handlebars": "^0.6.1",
"event-stream": "^3.3.1",
"get-value": "^1.2.1",
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.0",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"is-absolute": "^0.2.2",
"jshint-stylish": "^2.0.1",
"mocha": "*",
"parser-front-matter": "^1.2.5",
"should": "*",
"swig": "^1.4.2",
"template-helpers": "^0.3.4"
},
"keywords": [
"compile",
"consolidate",
"engine",
"engines",
"haml-coffee",
"handlebars",
"helpers",
"lo-dash",
"lodash",
"process",
"render",
"template",
"templates"
],
"verb": {
"related": {
"list": [
"layouts",
"en-route",
"engine",
"template",
"assemble",
"verb"
]
}
}
}