21 řádky
441 B
JSON
21 řádky
441 B
JSON
{
|
|
"name": "title-case-minors",
|
|
"version": "1.0.0",
|
|
"description": "A list of the minor words that shouldn't be capitalized in a title case string.",
|
|
"repository": "git://github.com/ianstormtaylor/title-case-minors.git",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4"
|
|
},
|
|
"keywords": [
|
|
"title",
|
|
"case",
|
|
"titlecase",
|
|
"string",
|
|
"minor",
|
|
"preposition",
|
|
"article",
|
|
"conjunction"
|
|
]
|
|
}
|