This repository has been archived on 2023-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
webcrypto/packages/pkcs11/package.json

38 lines
1.2 KiB
JSON
Raw Normal View History

2022-05-23 21:09:26 +00:00
{
"name": "@peculiar/webcrypto-pkcs11",
"version": "3.0.0",
"description": "Now Im the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin letters to relatives / Embellishin my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
"keywords": [],
"author": "microshine <microshine@mail.ru>",
"homepage": "https://github.com/PeculiarVentures/webcrypto/tree/master/packages/webcrypto-pkcs11#readme",
"license": "ISC",
"main": "lib/webcrypto-pkcs11.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PeculiarVentures/webcrypto.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/PeculiarVentures/webcrypto/issues"
},
"dependencies": {
"@peculiar/webcrypto-core": "^3.0.0",
"@peculiar/webcrypto-types": "^3.0.0",
"@peculiar/x509": "^1.6.4",
"graphene-pk11": "^2.3.0",
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0"
}
}