Node-Red configuration
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 384B

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