forked from santigimeno/node-pcsclite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 832 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
{
"name": "pcsclite",
"version": "0.4.91",
"description": "Bindings over PC/SC to access Smart Cards",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"bindings": "^1.2.0",
"nan": "^2.3.5"
},
"devDependencies": {
"mocha": "~1.11.0",
"sinon": "~1.3.4",
"should": "~1.2.2"
},
"scripts": {
"test": "mocha",
"install": "node-gyp rebuild"
},
"repository": "https://github.com/santigimeno/node-pcsclite.git",
"keywords": [
"pcsc",
"pcsclite",
"smartcards"
],
"author": "Santiago Gimeno <santiago.gimeno@gmail.com>",
"license": {
"type": "ISC",
"url": "https://github.com/santigimeno/node-pcsclite/blob/master/LICENSE"
},
"gypfile": true
}