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. }