validate-this-card
Version:
Checks and informs if a credit card number is valid.
36 lines (35 loc) • 807 B
JSON
{
"name": "validate-this-card",
"version": "2.1.0",
"description": "Checks and informs if a credit card number is valid.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marciapsilva/validate-this-card.git"
},
"keywords": [
"laboratoria",
"validate this card",
"luhn algorithm",
"credit card"
],
"author": "Marcia Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/marciapsilva/validate-this-card/issues"
},
"homepage": "https://github.com/marciapsilva/validate-this-card#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.15.0",
"mocha": "^5.2.0",
"nyc": "^13.3.0"
}
}