UNPKG

web-eid

Version:
39 lines (38 loc) 869 B
{ "name": "web-eid", "version": "0.0.8", "description": "Web eID client library", "main": "web-eid.js", "repository": { "type": "git", "url": "git+https://github.com/web-eid/web-eid.js.git" }, "author": "Martin Paljak <martin@martinpaljak.net>", "license": "MIT", "bugs": { "url": "https://github.com/web-eid/web-eid.js/issues" }, "homepage": "https://github.com/web-eid/web-eid.js#readme", "keywords": [ "pcsc", "pkcs11", "smartcard", "eID", "signing", "authentication", "cryptography" ], "devDependencies": { "es6-promise": "^4.1.0", "pre-commit": "^1.2.2", "standard": "^10.0.2", "unminified-webpack-plugin": "^1.2.0" }, "scripts": { "indent": "standard --fix --global WebSocket --global define web-eid.js", "build": "webpack" }, "pre-commit": [ "indent" ] }