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
2016-07-07 19:06:45 +04:00

35 lines
832 B
JSON

{
"name": "pcsclite",
"version": "0.4.91",
"description": "Bindings over PC/SC to access Smart Cards",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"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 <santiago.gimeno@gmail.com>",
"license": {
"type": "ISC",
"url": "https://github.com/santigimeno/node-pcsclite/blob/master/LICENSE"
},
"gypfile": true
}