Node-Red configuration
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bower.json 662B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "cronjs",
  3. "homepage": "https://github.com/ncb000gt/node-cron",
  4. "authors": [
  5. "Romain Beauxis<toots@rastageeks.org>",
  6. "James Padoulsey<@padolsey>",
  7. "Craig Condon<craig@browsertap.com>",
  8. "Finn Herpich",
  9. "cliftonc",
  10. "neyric",
  11. "humanchimp",
  12. "danhbear",
  13. "Jordan Abderrachid<jabderrachid@gmail.com>"
  14. ],
  15. "description": "js cron handler",
  16. "main": ["lib/cron.js"],
  17. "keywords": [
  18. "cron",
  19. "js"
  20. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "**/.*",
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ]
  29. }