UNPKG

luhn-generator

Version:

A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm

22 lines (21 loc) 440 B
{ "name": "axe-jasmine-example", "description": "Axe Jasmine Example", "version": "0.0.1", "private": true, "author": { "name": "David Sturley", "organization": "Deque Systems, Inc.", "url": "http://deque.com/" }, "dependencies": {}, "scripts": { "test": "karma start karma.conf.js" }, "devDependencies": { "axe-core": "^3.3.1", "karma": "^4.2.0", "karma-chrome-launcher": "^3.0.0", "karma-jasmine": "^2.0.1" } }