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.

16 lines
426 B

4 years ago
  1. {
  2. "name": "iban",
  3. "version": "0.0.14",
  4. "description": "A javascript library to validate, format and convert IBAN (International Bank Account Number) and BBAN (Basic Bank Account Number)",
  5. "main": "iban.js",
  6. "devDependencies": {
  7. "mocha": "~1.14.0",
  8. "chai": "~1.8.1"
  9. },
  10. "scripts": {
  11. "test": "mocha"
  12. },
  13. "repository": "https://github.com/arhs/iban.js",
  14. "author": "Laurent VB",
  15. "license": "MIT"
  16. }