Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 

37 wiersze
631 B

  1. {
  2. "name": "add",
  3. "main": "index.js",
  4. "version": "2.0.5",
  5. "homepage": "https://github.com/ben-ng/add",
  6. "authors": [
  7. "Ben Ng <me@benng.me>"
  8. ],
  9. "description": "A cross-browser, numerically stable algorithm to add floats accurately",
  10. "moduleType": [
  11. "amd",
  12. "globals",
  13. "node"
  14. ],
  15. "keywords": [
  16. "numerical",
  17. "stable",
  18. "faithful",
  19. "rounding",
  20. "float",
  21. "error",
  22. "propagation",
  23. "summation",
  24. "accumulate",
  25. "addition",
  26. "numerical",
  27. "analysis"
  28. ],
  29. "license": "MIT",
  30. "ignore": [
  31. "**/.*",
  32. "node_modules",
  33. "bower_components",
  34. "test.js"
  35. ]
  36. }