{ "name": "@pokusew/pcsclite", "version": "0.4.17", "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.2.1", "nan": "^2.5.1" }, "devDependencies": { "mocha": "^3.2.0", "should": "^11.1.2", "sinon": "^1.17.7" }, "gypfile": true }