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

20 lines (19 loc) 401 B
{ "name": "axe-phantomjs-example", "description": "Axe PhantomJS Example", "version": "0.0.1", "private": true, "author": { "name": "Wlico Fiers", "organization": "Deque Systems, Inc.", "url": "http://deque.com/" }, "dependencies": {}, "scripts": { "test": "phantomjs axe-phantom.js https://www.deque.com" }, "devDependencies": { "axe-core": "^3.3.1", "phantomjs": "^2.1.7" } }