tomi77/handlebars-helpers-underscore.string

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "handlebars-helpers-underscore.string",
  "homepage": "https://github.com/tomi77/handlebars-helpers-underscore.string",
  "authors": [
    "Tomasz Rup <tomasz.rup@gmail.com>"
  ],
  "description": "Wrap underscore.string functions to Handlebars helpers",
  "main": "dist/handlebars-helpers-underscore.string.js",
  "keywords": [
    "handlebars",
    "underscore.string",
    "helpers"
  ],
  "license": "MIT",
  "ignore": [
    "coverage",
    "node_modules",
    "bower_components",
    "examples",
    ".*",
    "spec"
  ],
  "dependencies": {
    "handlebars": ">=4.0.0",
    "underscore.string": ">=3.3.0"
  }
}