@balena/doxx-handlebars-helper
Version:
Handlebars helper for smart partials import.
28 lines (27 loc) • 776 B
JSON
{
"name": "@balena/doxx-handlebars-helper",
"version": "1.0.1",
"description": "Handlebars helper for smart partials import.",
"main": "index.js",
"scripts": {
"prepare": "coffee -o build -c lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/balena-io-modules/doxx-handlebars-helper.git"
},
"author": "Eugene Mirotin <eugene@resin.io>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/balena-io-modules/doxx-handlebars-helper/issues"
},
"homepage": "https://github.com/balena-io-modules/doxx-handlebars-helper",
"dependencies": {
"handlebars": "^4.0.5",
"lodash": "^4.11.1"
},
"devDependencies": {
"coffeescript": "^1.12.7"
}
}