handlebars-helpers-fhir
Version:
Helper functions for the Handlebars templating engine using fhirpath to reference HL7 FHIR resources from within templates.
42 lines (41 loc) • 937 B
JSON
{
"name": "handlebars-helpers-fhir",
"version": "1.0.0",
"description": "Helper functions for the Handlebars templating engine using fhirpath to reference HL7 FHIR resources from within templates.",
"keywords": [
"HL7",
"FHIR",
"fhirpath",
"Handlebars"
],
"repository": {
"type": "git",
"url": "https://github.com/BlackPearSw/handlebars-helpers-fhir.git"
},
"bugs": {
"url": "https://github.com/BlackPearSw/fhirball/issues"
},
"license": "MIT",
"contributors": [
{
"name": "Dunmail Hodkinson",
"email": "dunmail@blackpear.com"
}
],
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"fhirpath": "^2.14.5",
"handlebars-utils": "^1.0.6"
},
"devDependencies": {
"chai": "^4.3.6",
"handlebars": "^4.7.6",
"mocha": "^9.2.2"
},
"scripts": {
"test": "mocha index.spec.js"
}
}