kebabcase
Version:
Convert string to kebab-case
21 lines (20 loc) • 485 B
JSON
{
"name": "kebabcase",
"version": "1.0.1",
"description": "Convert string to kebab-case",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/DavidBernal/kebabcase.git"
},
"keywords": [
"kebab-case",
"kebab"
],
"author": "David Bernal <dbl1987@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DavidBernal/kebabcase/issues"
},
"homepage": "https://github.com/DavidBernal/kebabcase#readme"
}