emv
Version:
EMV / Chip and PIN library
44 lines (43 loc) • 972 B
JSON
{
"name": "emv",
"version": "1.0.7",
"main": "lib/emv-application.js",
"description": "",
"scripts": {
"compile": "babel -d lib/ src/",
"compile:watch": "babel -w -d lib/ src/",
"prepublish": "npm run compile",
"release:patch": "npm run compile && npm version patch && git push && npm publish"
},
"author": "tomkp <tom@tomkp.com>",
"keywords": [
"pcsc",
"smartcard",
"smart-card",
"iso7816",
"iso-7816",
"chip-and-pin",
"emv",
"es6"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tomkp/emv.git"
},
"bugs": {
"url": "https://github.com/tomkp/emv/issues"
},
"homepage": "https://github.com/tomkp/emv",
"dependencies": {
"card-reader": "^1.0.5",
"hexify": "^1.0.4",
"iso7816": "^1.0.20",
"tlv": "^1.1.1"
},
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/preset-env": "^7.12.16"
}
}