39 lines
921 B
JSON
39 lines
921 B
JSON
{
|
|
"name": "pcsclite",
|
|
"version": "0.4.1",
|
|
"engines": {
|
|
"node": ">=0.8.0 < 4"
|
|
},
|
|
"description": "Bindings over pcsclite to access Smart Cards",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"dependencies": {
|
|
"buffertools": "^2.1.2",
|
|
"bindings": "^1.1.0",
|
|
"nan": "~2.0.0"
|
|
},
|
|
"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
|
|
}
|