forked from jokesterfr/node-pcsc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 810 Bytes
/
package.json
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
{
"name": "node-pcsc",
"version": "0.2.3",
"description": "A PCSC binding for node.js",
"author": "Clément Désiles <[email protected]>",
"contributors": [
{ "name": "Ludovic Rousseau", "url": "https://github.com/LudovicRousseau" },
{ "name": "Rolf Meyer", "url": "https://github.com/hackerhelmut" },
{ "name": "Jeff Greer", "url": "https://github.com/greergan" }
],
"preferGlobal": "false",
"dependencies": { },
"scripts": {
"update-list": "./tools/updateList.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jokesterfr/node-pcsc.git"
},
"keywords": [
"pcsc",
"rfid",
"smartcard",
"reader"
],
"main": "./binding.js",
"devDependencies": {
"bufferstream":">=0.5.x"
},
"test": "./test.js",
"engine": {
"node": ">=0.8.0"
},
"license": "MIT Licence"
}