{ "name": "@pokusew/pcsclite", "version": "0.6.0", "description": "Bindings over PC/SC to access Smart Cards", "keywords": [ "nfc", "pcsc", "pcsclite", "smartcards" ], "homepage": "https://github.com/pokusew/node-pcsclite#readme", "bugs": { "url": "https://github.com/pokusew/node-pcsclite/issues" }, "repository": { "type": "git", "url": "https://github.com/pokusew/node-pcsclite.git" }, "license": "ISC", "author": { "name": "Santiago Gimeno", "email": "santiago.gimeno@gmail.com", "url": "https://github.com/santigimeno" }, "contributors": [ { "name": "Martin Endler", "url": "https://github.com/pokusew" } ], "main": "lib/pcsclite.js", "types": "index.d.ts", "directories": { "test": "test" }, "scripts": { "install": "node-gyp rebuild", "test": "mocha --exit" }, "dependencies": { "bindings": "^1.5.0", "nan": "^2.14.0" }, "devDependencies": { "mocha": "^7.0.0", "should": "^13.2.3", "sinon": "^8.1.1" }, "gypfile": true }