UNPKG

wax-on

Version:

Add support to Handlebars for template inheritance with the `block` and `extends` helpers.

39 lines (38 loc) 797 B
{ "name": "wax-on", "version": "1.2.2", "description": "Add support to Handlebars for template inheritance with the `block` and `extends` helpers.", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/keithws/wax-on.git" }, "keywords": [ "block", "composable", "dynamic", "extends", "handlebars", "inheritance", "layout", "template", "wax", "waxon" ], "author": "Keith W. Shaw", "license": "MIT", "bugs": { "url": "https://github.com/keithws/wax-on/issues" }, "homepage": "https://github.com/keithws/wax-on#readme", "dependencies": { "graceful-fs": "^4.1.15", "handlebars": "^4.1.1" }, "devDependencies": { "mocha": "^6.0.2" } }