This repository has been archived on 2021-04-21. You can view files and clone it, but cannot push or open issues or pull requests.
Files
node-pcsclite/package.json
Martin Endler 5110981ecc 0.4.15
2017-01-28 16:23:11 +01:00

40 lines
854 B
JSON

{
"name": "@pokusew/pcsclite",
"version": "0.4.15",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"pcsc",
"pcsclite",
"nfc",
"smartcards"
],
"homepage": "https://github.com/pokusew/node-pcsclite#readme",
"bugs": {
"url": "https://github.com/pokusew/node-pcsclite/issues"
},
"license": "ISC",
"author": "Santiago Gimeno <santiago.gimeno@gmail.com>",
"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
}