clabe-check
Version:
Lightweight validator for the CLABE banking standard for the numbering of bank accounts in Mexico.
34 lines (33 loc) • 783 B
JSON
{
"name": "clabe-check",
"description": "Lightweight validator for the CLABE banking standard for the numbering of bank accounts in Mexico.",
"version": "1.0.0",
"keywords": [
"clabe",
"banking",
"validator",
"mexico"
],
"scripts": {
"test": "tape test/*.js",
"coverage": "istanbul cover tape -- test/*.js"
},
"homepage": "https://github.com/VoxFeed/clabe-check",
"repository": {
"type": "git",
"url": "git://github.com/VoxFeed/clabe-check.git"
},
"license": "MIT",
"author": {
"name": "VoxFeed",
"email": "hi@voxfeed.com",
"url": "https://voxfeed.com"
},
"main": "./lib/clabe-check.js",
"dependencies": {},
"devDependencies": {
"istanbul": "^0.3.20",
"jshint": "^2.8.0",
"tape": "^4.2.0"
}
}