UNPKG

s-creditcard

Version:
39 lines (38 loc) 810 B
{ "name": "s-creditcard", "version": "1.4.0", "engines": { "node": ">= 4" }, "description": "Returns credit card type given a number", "main": "index.js", "scripts": { "coverage": "nyc --reporter=lcov --reporter=text ava", "test": "ava" }, "repository": { "type": "git", "url": "https://github.com/sebastiansandqvist/s-creditcard.git" }, "keywords": [ "credit", "card", "creditcard", "type", "form", "payment" ], "author": "sebastian sandqvist", "license": "MIT", "bugs": { "url": "https://github.com/sebastiansandqvist/s-creditcard/issues" }, "homepage": "https://github.com/sebastiansandqvist/s-creditcard", "dependencies": { "s-valid": "1.3.4" }, "devDependencies": { "ava": "0.24.0", "nyc": "11.4.1" } }