spacesjs
Version:
replace spaces with hyphens, lowercase all characters
37 lines (36 loc) • 681 B
JSON
{
"name": "spacesjs",
"version": "1.5.5",
"description": "replace spaces with hyphens, lowercase all characters",
"main": "index.js",
"bin": {
"spacesjs": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "James Cool",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/jeffreysbrother/spacesjs"
},
"keywords": [
"utility",
"commandline",
"cli",
"rename",
"file",
"filename",
"remove",
"removal",
"spaces",
"hyphens",
"RegEx",
"jeffreysbrother",
"James Cool"
],
"dependencies": {
"prompt-sync": "^4.2.0"
}
}