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

16 行
414 B

  1. {
  2. "name": "Node_Weather",
  3. "description": "A Node-RED Project",
  4. "version": "0.0.1",
  5. "dependencies": {
  6. "node-red-contrib-moment": "3.0.3",
  7. "node-red-dashboard": "2.22.1",
  8. "node-red-node-openweathermap": "0.2.2"
  9. },
  10. "node-red": {
  11. "settings": {
  12. "flowFile": "flows_ubuntu.json",
  13. "credentialsFile": "flows_ubuntu_cred.json"
  14. }
  15. }
  16. }