Node-Red configuration
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.

package.json 766B

12345678910111213141516171819202122232425
  1. {
  2. "name": "node-red-contrib-calc",
  3. "version": "1.0.5",
  4. "description": "A Node-Red node to perform basic mathematical calculations",
  5. "dependencies": {
  6. },
  7. "author": {
  8. "name": "Bart Butenaers"
  9. },
  10. "license": "Apache-2.0",
  11. "keywords": ["node-red", "math", "mathematics", "calculate", "min", "max", "round", "trunc", "min", "max", "average"],
  12. "bugs": {
  13. "url": "https://github.com/bartbutenaers/node-red-contrib-calc/issues"
  14. },
  15. "homepage": "https://github.com/bartbutenaers/node-red-contrib-calc",
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/bartbutenaers/node-red-contrib-calc.git"
  19. },
  20. "node-red": {
  21. "nodes": {
  22. "math": "math.js"
  23. }
  24. }
  25. }