40 lines
854 B
JSON
40 lines
854 B
JSON
{
|
|
"name": "@pokusew/pcsclite",
|
|
"version": "0.4.16",
|
|
"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
|
|
}
|