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.

12 line
258 B

  1. {
  2. "name": "Weather",
  3. "description": "Ein Node-RED-Projekt",
  4. "version": "0.0.1",
  5. "dependencies": {},
  6. "node-red": {
  7. "settings": {
  8. "flowFile": "flow.json",
  9. "credentialsFile": "flow_cred.json"
  10. }
  11. }
  12. }