UNPKG

biblioteca-cartao-fc

Version:
39 lines (38 loc) 810 B
{ "name": "biblioteca-cartao-fc", "version": "1.0.0", "description": "Validador de cartão de crédito", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "nyc mocha" }, "repository": { "type": "git", "url": "git+https://github.com/FeCaroline/biblioteca-cartao-fc.git" }, "keywords": [ "cartão", "cartão", "de", "crédito", "validador" ], "author": "Fernanda Caroline Batista", "license": "ISC", "bugs": { "url": "https://github.com/FeCaroline/biblioteca-cartao-fc/issues" }, "homepage": "https://github.com/FeCaroline/biblioteca-cartao-fc#readme", "dependencies": { "chai": "^4.1.2", "mocha": "^5.2.0" }, "devDependencies": { "eslint": "^5.5.0", "chai": "*", "mocha": "*" } }