@anikin/parcel-transformer-handlebars
Version:
Transform handlebars (.hbs) to HTML
30 lines (29 loc) • 679 B
JSON
{
"name": "@anikin/parcel-transformer-handlebars",
"version": "1.0.9",
"description": "Transform handlebars (.hbs) to HTML",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anikinaa/parcel-transformer-handlebars"
},
"license": "ISC",
"engines": {
"parcel": "2.x"
},
"dependencies": {
"front-matter": "^2.3.0",
"handlebars": "^4.0.11",
"handlebars-layouts": "^3.1.4",
"handlebars-wax": "^6.1.0",
"handlebars-helpers": "^0.10.0"
},
"author": "Andrey Anikin",
"keywords": [
"parcel2",
"handlebars"
]
}