UNPKG

credit-card-validation

Version:

Credit/debit card validation for browsers and Node.js, uses Luhn algo and pattern matching.

38 lines (37 loc) 860 B
{ "name": "credit-card-validation", "description": "Credit/debit card validation for browsers and Node.js, uses Luhn algo and pattern matching.", "version": "1.0.0", "author": "Jack Buckland <jack@theninjalab.com>", "repository": { "type": "git", "url": "git://github.com/theninja/credit-card-validation" }, "bugs": { "url": "https://github.com/theninja/credit-card-validation/issues" }, "demos": [ "example/index.html" ], "keywords": [ "credit", "card", "validation", "browser", "luhn", "javascript" ], "main": "src/card.js", "scripts": { "test": "mocha -R spec tests/check" }, "licenses": [ { "name": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php" } ], "devDependencies": { "mocha": "1.2.1" } }