@codetector/pcsclite
Version:
Bindings over PC/SC to access Smart Cards
50 lines (49 loc) • 1.07 kB
JSON
{
"name": "@codetector/pcsclite",
"version": "0.4.19",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"nfc",
"pcsc",
"pcsclite",
"smartcards"
],
"homepage": "https://github.com/codetector1374/node-pcsclite#readme",
"bugs": {
"url": "https://github.com/codetector1374/node-pcsclite/issues"
},
"license": "ISC",
"author": {
"name": "Santiago Gimeno",
"email": "santiago.gimeno@gmail.com",
"url": "https://github.com/santigimeno"
},
"contributors": [
{
"name": "Codetector",
"url": "https://github.com/codetector1374"
}
],
"main": "lib/pcsclite.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/codetector1374/node-pcsclite.git"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"dependencies": {
"bindings": "^1.3.0",
"nan": "^2.7.0"
},
"devDependencies": {
"mocha": "^3.5.0",
"should": "^12.0.0",
"sinon": "^3.2.1"
},
"gypfile": true
}