u200b
Version:
Append, prepend, and insert zero-width space to string.
34 lines (33 loc) • 817 B
JSON
{
"name": "titlelize",
"version": "0.18.0",
"main": "titlelize.deploy.js",
"support": "titlelize.support.js",
"homepage": "https://github.com/volkovasystems/titlelize",
"authors": [
"Richeve S. Bebedor <richeve.bebedor@gmail.com>",
"John Lenon Maghanoy <johnlenonmaghanoy@gmail.com>",
"Vinse Vinalon <vinsevinalon@gmail.com>"
],
"description": "Transform any human readable alphanumeric string divided by certain characters into space separated first letter uppercase form.",
"moduleType": [
"globals"
],
"keywords": [
"titlelize",
"title-form",
"human-readable-title"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"disdo": "^0.17.0",
"falzy": "^0.23.0"
}
}