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 2b26f4539e 0.5.1
2018-12-28 04:21:22 +01:00

51 lines
1.0 KiB
JSON

{
"name": "@pokusew/pcsclite",
"version": "0.5.1",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"nfc",
"pcsc",
"pcsclite",
"smartcards"
],
"homepage": "https://github.com/pokusew/node-pcsclite#readme",
"bugs": {
"url": "https://github.com/pokusew/node-pcsclite/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/pokusew/node-pcsclite.git"
},
"license": "ISC",
"author": {
"name": "Santiago Gimeno",
"email": "santiago.gimeno@gmail.com",
"url": "https://github.com/santigimeno"
},
"contributors": [
{
"name": "Martin Endler",
"url": "https://github.com/pokusew"
}
],
"main": "lib/pcsclite.js",
"types": "index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha"
},
"dependencies": {
"bindings": "^1.3.1",
"nan": "^2.12.1"
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.3",
"sinon": "^7.2.2"
},
"gypfile": true
}