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

{
"name": "iban",
"main": "iban.js",
"version": "0.0.10",
"homepage": "https://github.com/arhs/iban.js",
"description": "IBAN & BBAN validation, formatting and conversion in JavaScript",
"keywords": [
"iban",
"bban",
"validation",
"formatting",
"conversion",
"format",
"validate",
"convert"
],
"authors": [
"ARHS Developments SA"
],
"license": "MIT",
"ignore": [
"**/.*",
"test",
"LICENSE",
"README.md",
"package.json"
]
}