Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "big-integer",
  3. "description": "An arbitrary length integer library for Javascript",
  4. "main": "./BigInteger.js",
  5. "authors": [
  6. "Peter Olson"
  7. ],
  8. "license": "Unlicense",
  9. "keywords": [
  10. "math",
  11. "big",
  12. "bignum",
  13. "bigint",
  14. "biginteger",
  15. "integer",
  16. "arbitrary",
  17. "precision",
  18. "arithmetic"
  19. ],
  20. "homepage": "https://github.com/peterolson/BigInteger.js",
  21. "ignore": [
  22. "**/.*",
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "coverage",
  27. "tests"
  28. ]
  29. }