mirror of https://github.com/jkjoy/sunpeiwen.git
23 lines
485 B
JSON
23 lines
485 B
JSON
{
|
|
"name": "titlecase",
|
|
"version": "1.1.3",
|
|
"description": "Intelligently converting strings to title case (an enhanced fork of David Gouch's library)",
|
|
"main": "to-title-case.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/rvagg/titlecase.git"
|
|
},
|
|
"keywords": [
|
|
"title-case",
|
|
"title",
|
|
"case",
|
|
"gouch",
|
|
"to-title-case"
|
|
],
|
|
"author": "Rod Vagg <rod@vagg.org>",
|
|
"license": "MIT",
|
|
"bin": {
|
|
"to-title-case": "./bin.js"
|
|
}
|
|
}
|