handlebars-helper-slugify
Version:
{{slugify}} handlebars helper. Uses the awesome underscore.string to transform text into a URL slug. Replaces whitespaces, accentuated and special characters with a dash.
46 lines • 1.15 kB
JSON
{
"name": "handlebars-helper-slugify",
"description": "{{slugify}} handlebars helper. Uses the awesome underscore.string to transform text into a URL slug. Replaces whitespaces, accentuated and special characters with a dash.",
"version": "0.3.2",
"homepage": "https://github.com/helpers/handlebars-helper-slugify",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"contributors": [
{
"name": "Hariadi Hinta",
"url": "https://github.com/hariadi"
}
],
"repository": {
"type": "git",
"url": "https://github.com/helpers/handlebars-helper-slugify.git"
},
"bugs": {
"url": "https://github.com/helpers/handlebars-helper-slugify/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/helpers/handlebars-helper-slugify/blob/master/LICENSE-MIT"
}
],
"main": "./index.js",
"keywords": [
"assemble",
"assemblehelper",
"dasherize",
"dashify",
"handlebars",
"helper",
"slug",
"slugify",
"slugifier",
"url"
],
"devDependencies": {
"chai": "^1.9.1",
"verb": "^0.2.6"
}
}