UNPKG

@ap-mitch/pcsclite

Version:

Bindings over PC/SC to access Smart Cards

48 lines (47 loc) 1.12 kB
{ "name": "@ap-mitch/pcsclite", "version": "0.5.3", "description": "Bindings over PC/SC to access Smart Cards", "keywords": [ "nfc", "pcsc", "pcsclite", "smartcards" ], "homepage": "https://github.com/ap-mitch/node-pcsclite#readme", "bugs": { "url": "https://github.com/ap-mitch/node-pcsclite/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ap-mitch/node-pcsclite.git" }, "license": "ISC", "author": "Santiago Gimeno <santiago.gimeno@gmail.com> (https://github.com/santigimeno)", "contributors": [ "Martin Endler (https://github.com/pokusew)", "Mitch McCaffrey (https://github.com/ap-mitch)" ], "main": "lib/pcsclite.js", "types": "index.d.ts", "directories": { "example": "examples", "lib": "lib", "test": "test" }, "scripts": { "install": "node-gyp rebuild", "test": "mocha" }, "dependencies": { "@types/node": "^12.6.9", "bindings": "^1.4.0", "nan": "^2.12.1" }, "devDependencies": { "mocha": "^6.0.0", "should": "^13.2.3", "sinon": "^7.2.4" }, "gypfile": true }