fake_credit_card
Version:
Fake Credit Card Number Generator - http://creditcardvalidator.org
17 lines (16 loc) • 421 B
JSON
{
"name": "fake_credit_card",
"version": "1.0.1",
"description": "Fake Credit Card Number Generator - http://creditcardvalidator.org",
"main": "index.js",
"repository": "https://github.com/pedrorobsonleao/fake-credit-card",
"author": "pedro.leao@gmail.com",
"license": "LGPL-3.0",
"devDependencies": {
"check-credit-card": "^1.0.0",
"mocha": "^6.2.2"
},
"scripts": {
"test": "mocha"
}
}