routing-validator
Version:
Validates the MICR format of an ABA routing number.
49 lines (48 loc) • 1.28 kB
JSON
{
"name": "routing-validator",
"version": "1.0.5",
"description": "Validates the MICR format of an ABA routing number.",
"main": "dist/routing-validator.umd.js",
"module": "dist/routing-validator.es5.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sveinn/routing-number-validator.git"
},
"keywords": [
"Routing",
"Number",
"Bank",
"Validator",
"Validate",
"MICR",
"ABA"
],
"author": "Sveinn Thorarinsson",
"license": "MIT",
"bugs": {
"url": "https://github.com/sveinn/routing-number-validator/issues"
},
"homepage": "https://github.com/sveinn/routing-number-validator#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015-rollup": "^3.0.0",
"jest": "^22.4.3",
"lodash.camelcase": "^4.3.0",
"regenerator-runtime": "^0.11.1",
"rollup": "^0.58.2",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-sourcemaps": "^0.4.2"
}
}