23 line
486 B
JSON

{
"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"
]
}