{
  "name": "node-red-capitalize-first-word-in-sentence",
  "version": "1.0.0",
  "description": "Node to capitalixe first word in the sentence",
  "main": "index.js",
  "node-red": {
    "nodes": {
      "capitalize-case": "capitalize-case.js"
    }
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Capitalize",
    "first-word"
  ],
  "author": "Ramesh G",
  "license": "ISC"
}
