handlebars-group-by
Version:
Handlebars helper which allows you to group lists by a property of each item.
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "handlebars-group-by",
"version": "1.0.1",
"description": "Handlebars helper which allows you to group lists by a property of each item.",
"keywords": [
"group",
"dust",
"express",
"handlebars",
"hbs",
"mote",
"mustache"
],
"homepage": "https://github.com/shannonmoeller/handlebars-group-by",
"bugs": "https://github.com/shannonmoeller/handlebars-group-by/issues",
"license": "MIT",
"author": "Shannon Moeller <me@shannonmoeller.com> (http://shannonmoeller.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/shannonmoeller/handlebars-group-by.git"
},
"scripts": {
"coveralls": "cat ./coverage/lcov.info | coveralls",
"test": "gulp test"
},
"devDependencies": {
"browserify": "^6.1.0",
"coveralls": "^2.11.2",
"expect.js": "^0.3.1",
"express": "^4.9.8",
"gulp": "^3.8.9",
"gulp-istanbul": "^0.3.1",
"gulp-jscs": "^1.2.1",
"gulp-jshint": "^1.8.5",
"gulp-mocha": "^1.1.1",
"gulp-prettify": "^0.3.0",
"handlebars": "~2.0",
"hbs": "^2.7.0",
"hbs-utils": "0.0.3",
"jshint-stylish": "^1.0.0",
"map-stream": "^0.1.0",
"vinyl-fs": "^0.3.10",
"vinyl-source-stream": "^1.0.0"
},
"engines": {
"node": ">= 0.10"
}
}