Node-Red configuration
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 441B

1234567891011121314151617181920
  1. {
  2. "name": "title-case-minors",
  3. "version": "1.0.0",
  4. "description": "A list of the minor words that shouldn't be capitalized in a title case string.",
  5. "repository": "git://github.com/ianstormtaylor/title-case-minors.git",
  6. "license": "MIT",
  7. "devDependencies": {
  8. "mocha": "^2.3.4"
  9. },
  10. "keywords": [
  11. "title",
  12. "case",
  13. "titlecase",
  14. "string",
  15. "minor",
  16. "preposition",
  17. "article",
  18. "conjunction"
  19. ]
  20. }