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 865b142540 Upgrade test dependencies
Add --exit flag for mocha test
2020-01-25 23:19:46 +01:00

51 lines
1.0 KiB
JSON

{
"name": "@pokusew/pcsclite",
"version": "0.5.2",
"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 --exit"
},
"dependencies": {
"bindings": "^1.5.0",
"nan": "^2.14.0"
},
"devDependencies": {
"mocha": "^7.0.0",
"should": "^13.2.3",
"sinon": "^8.1.1"
},
"gypfile": true
}