20 righe
384 B
JSON
20 righe
384 B
JSON
{
|
|
"name": "to-capital-case",
|
|
"version": "1.0.0",
|
|
"description": "Convert a string to capital case.",
|
|
"repository": "git://github.com/ianstormtaylor/to-capital-case.git",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"to-space-case": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4"
|
|
},
|
|
"keywords": [
|
|
"capital",
|
|
"case",
|
|
"capitalcase",
|
|
"string"
|
|
]
|
|
}
|