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.
 
 
 

49 line
953 B

  1. {
  2. "name": "add",
  3. "version": "2.0.6",
  4. "description": "A cross-browser, numerically stable algorithm to add floats accurately",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test.js"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/ben-ng/add.git"
  12. },
  13. "keywords": [
  14. "numerically",
  15. "stable",
  16. "faithful",
  17. "rounding",
  18. "float",
  19. "error",
  20. "propagation",
  21. "summation",
  22. "accumulate",
  23. "addition",
  24. "numerical",
  25. "analysis"
  26. ],
  27. "devDependencies": {
  28. "tape": "2.x.x"
  29. },
  30. "testling": {
  31. "files": "test.js",
  32. "browsers": [
  33. "ie/6..latest",
  34. "chrome/22..latest",
  35. "firefox/16..latest",
  36. "safari/latest",
  37. "opera/11.0..latest",
  38. "iphone/6",
  39. "ipad/6"
  40. ]
  41. },
  42. "author": "Ben Ng <me@benng.me>",
  43. "license": "MIT",
  44. "bugs": {
  45. "url": "https://github.com/ben-ng/add/issues"
  46. },
  47. "homepage": "https://github.com/ben-ng/add"
  48. }