forked from alba-ado/node-pcsclite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.13 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@aaroncheung430/pcsclite",
"version": "0.6.3",
"description": "Bindings over PC/SC to access Smart Cards",
"keywords": [
"nfc",
"pcsc",
"pcsclite",
"smartcards"
],
"homepage": "https://github.com/DUParcelSystem/node-pcsclite#readme",
"bugs": {
"url": "https://github.com/DUParcelSystem/node-pcsclite/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DUParcelSystem/node-pcsclite.git"
},
"license": "ISC",
"author": "Santiago Gimeno <santiago.gimeno@gmail.com> (https://github.com/santigimeno)",
"contributors": [
"Martin Endler (https://github.com/pokusew)",
"Ali Devrim OGUZ (https://github.com/devrim-oguz)",
"Aaron CHEUNG (https://github.com/aaroncheung430)"
],
"main": "lib/pcsclite.js",
"types": "index.d.ts",
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "mocha --exit"
},
"dependencies": {
"nan": "^2.14.0"
},
"devDependencies": {
"mocha": "^7.0.1",
"should": "^13.2.3",
"sinon": "^9.0.0"
},
"gypfile": true
}