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