{ "name": "pcsclite", "version": "0.4.9", "engines": { "node": ">=0.8.0 < 4" }, "description": "Bindings over PC/SC to access Smart Cards", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "buffertools": "^2.1.2", "bindings": "^1.1.0", "nan": "^2.2.1" }, "devDependencies": { "mocha": "~1.11.0", "sinon": "~1.3.4", "should": "~1.2.2" }, "scripts": { "test": "mocha", "install": "node-gyp rebuild" }, "repository": "https://github.com/santigimeno/node-pcsclite.git", "keywords": [ "pcsc", "pcsclite", "smartcards" ], "author": "Santiago Gimeno ", "license": { "type": "ISC", "url": "https://github.com/santigimeno/node-pcsclite/blob/master/LICENSE" }, "gypfile": true }