handlebars-loop
Version:
Handlebars helper that iterates like a for loop.
31 lines (30 loc) • 700 B
JSON
{
"name": "handlebars-loop",
"version": "1.0.3",
"description": "Handlebars helper that iterates like a for loop.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/camdagr8/handlebars-loop.git"
},
"keywords": [
"handlebars",
"iterate",
"loop",
"helper",
"block"
],
"author": "Cam Tullos <cam@tullos.ninja> (http://cam.tullos.ninja)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/camdagr8/handlebars-loop/issues"
},
"homepage": "https://github.com/camdagr8/handlebars-loop#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
}
}