UNPKG

esteid

Version:
40 lines (39 loc) 798 B
{ "name": "esteid", "version": "0.0.5", "description": "APDU interface of EstEID cards", "main": "esteid.js", "scripts": { "test": "node test.js", "indent": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/martinpaljak/esteid.js.git" }, "keywords": [ "apdu", "esteid", "smartcard", "pcsc", "crypto" ], "author": "Martin Paljak", "license": "MIT", "bugs": { "url": "https://github.com/martinpaljak/esteid.js/issues" }, "homepage": "https://github.com/martinpaljak/esteid.js#readme", "devDependencies": { "pcsclite": "^0.5.0", "pre-commit": "^1.2.2", "standard": "^10.0.2" }, "dependencies": { "uuid": "^3.0.1", "x509": "^0.3.2" }, "pre-commit": [ "indent" ] }