hbs-helper
Version:
handlebar template engine's helper
29 lines (28 loc) • 625 B
JSON
{
"name": "hbs-helper",
"version": "0.0.5",
"description": "handlebar template engine's helper",
"main": "./index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Canner/hbs-helper"
},
"keywords": [
"canner",
"handlebar",
"helper"
],
"author": "chilijung <chilijung@gmail.com>, ctxhou@gmail.com, chihsuan <chihsuan.tw@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Canner/hbs-helper/issues"
},
"homepage": "https://github.com/Canner/hbs-helper",
"dependencies": {
},
"devDependencies": {
}
}