node-card-capture
Version:
launches a child process in python to read from the magtek reader directly and returns the raw track data
28 lines (27 loc) • 635 B
JSON
{
"name": "node-card-capture",
"version": "0.1.7",
"description": "launches a child process in python to read from the magtek reader directly and returns the raw track data ",
"main": "node-card-capture.js",
"scripts": {
"run": "node node-card-capture.js"
},
"keywords": [
"Magnetic",
"Card",
"Reader",
"Capture",
"Python",
"Node.js",
"Linux",
"Raspberry Pi 3",
"MagTek"
],
"author": "Juan G Ruelas Jr. (www.ruelas.me)",
"email": "jruel006@ucr.edu",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/ev-devs/node-card-capture.git"
}
}