{ "name": "@pokusew/pcsclite", "version": "0.4.18", "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" }, "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", "directories": { "test": "test" }, "repository": { "type": "git", "url": "https://github.com/pokusew/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 }