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.

12345678910111213141516171819
  1. {
  2. "name": "to-sentence-case",
  3. "version": "1.0.0",
  4. "description": "Convert a string to sentence case.",
  5. "repository": "git://github.com/ianstormtaylor/to-sentence-case.git",
  6. "license": "MIT",
  7. "dependencies": {
  8. "to-no-case": "^1.0.0"
  9. },
  10. "devDependencies": {
  11. "mocha": "^2.3.4"
  12. },
  13. "keywords": [
  14. "sentence",
  15. "case",
  16. "sentencecase",
  17. "string"
  18. ]
  19. }