@paddek/pcsclite
Version:
Bindings over PC/SC to access Smart Cards
43 lines (42 loc) • 1.07 kB
JSON
{
"name": "@paddek/pcsclite",
"version": "1.0.6",
"engines": {
"node": ">=4.8.0"
},
"description": "Bindings over PC/SC to access Smart Cards",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"devDependencies": {
"mocha": "~6.2.2",
"sinon": "~7.5.0",
"should": "~13.2.3"
},
"scripts": {
"test": "mocha",
"install": "node-gyp rebuild -j 8"
},
"repository": "https://github.com/PaddeK/node-pcsclite.git",
"keywords": [
"pcsc",
"pcsclite",
"smartcards"
],
"homepage": "https://github.com/PaddeK/node-pcsclite#readme",
"bugs": {
"url": "https://github.com/PaddeK/node-pcsclite/issues"
},
"author": {
"name": "Santiago Gimeno",
"email": "santiago.gimeno@gmail.com",
"url": "https://github.com/santigimeno"
},
"license": "ISC",
"gypfile": true
}