23 lines
486 B
JSON
Raw Normal View History

2024-08-24 20:48:14 +02:00
{
"name": "to-title-case",
"version": "1.0.0",
"description": "Convert a string to title case.",
"repository": "git://github.com/ianstormtaylor/to-title-case.git",
"license": "MIT",
"dependencies": {
"escape-regexp-component": "^1.0.2",
"title-case-minors": "^1.0.0",
"to-capital-case": "^1.0.0",
"to-sentence-case": "^1.0.0"
},
"devDependencies": {
"mocha": "^2.3.4"
},
"keywords": [
"title",
"case",
"titlecase",
"string"
]
}