first-letter-capitalise
Version:
a simple function that makes the first letters of each words capitalised
16 lines (15 loc) • 383 B
JSON
{
"name": "first-letter-capitalise",
"version": "1.1.1",
"description": "a simple function that makes the first letters of each words capitalised ",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"word-conversion"
],
"author": "Marvin Baguma Kamu",
"license": "ISC"
}