node-red-contrib-apdu2pcsc
Version:
A simple node for node-red to send apdu to rfid and smartcards
37 lines (36 loc) • 819 B
JSON
{
"name": "node-red-contrib-apdu2pcsc",
"version": "1.0.7",
"description": "A simple node for node-red to send apdu to rfid and smartcards",
"repository": {
"type": "git",
"url": "https://github.com/JohnnyCheng888/apdu2pcsc.git"
},
"license": "MIT",
"dependencies": {
"pcsclite": "^0.4.11"
},
"keywords": [
"pcsc",
"pcsclite",
"smartcards",
"ccid"
],
"node-red": {
"nodes": {
"apdu2pcsc": "apdu2pcsc/apdu2pcsc.js"
}
},
"bugs": {
"url": "https://github.com/JohnnyCheng888/apdu2pcsc/issues"
},
"homepage": "https://github.com/JohnnyCheng888/apdu2pcsc#readme",
"main": "apdu2pcsc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Johnny Cheng",
"directories": {
"apdu2pcsc": "apdu2pcsc"
}
}