tomi77/handlebars-helpers-underscore.string

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "handlebars-helpers-underscore.string",
  "version": "1.1.0",
  "description": "Wrap underscore.string functions to Handlebars helpers",
  "main": "dist/handlebars-helpers-underscore.string.js",
  "scripts": {
    "test": "jasmine",
    "coverage": "istanbul cover jasmine; istanbul report",
    "coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tomi77/handlebars-helpers-underscore.string.git"
  },
  "keywords": [
    "handlebars",
    "helpers",
    "underscore.string"
  ],
  "author": "Tomasz Jakub Rup",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tomi77/handlebars-helpers-underscore.string/issues"
  },
  "homepage": "https://github.com/tomi77/handlebars-helpers-underscore.string",
  "dependencies": {
    "underscore.string": ">=3.3.0"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "istanbul": "^0.4.5",
    "jasmine": "^3.4.0"
  },
  "peerDependencies": {
    "handlebars": ">=4.0.0"
  }
}