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.

28 lines
503 B

4 years ago
  1. {
  2. "name": "iban",
  3. "main": "iban.js",
  4. "version": "0.0.10",
  5. "homepage": "https://github.com/arhs/iban.js",
  6. "description": "IBAN & BBAN validation, formatting and conversion in JavaScript",
  7. "keywords": [
  8. "iban",
  9. "bban",
  10. "validation",
  11. "formatting",
  12. "conversion",
  13. "format",
  14. "validate",
  15. "convert"
  16. ],
  17. "authors": [
  18. "ARHS Developments SA"
  19. ],
  20. "license": "MIT",
  21. "ignore": [
  22. "**/.*",
  23. "test",
  24. "LICENSE",
  25. "README.md",
  26. "package.json"
  27. ]
  28. }