33 lines
818 B
JSON
33 lines
818 B
JSON
{
|
|
"name": "@wulkanowy/uonet-request-signer-node",
|
|
"version": "0.1.1",
|
|
"description": "UONET+ Request Signer for Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wulkanowy/uonet-request-signer.git"
|
|
},
|
|
"keywords": [
|
|
"uonet",
|
|
"wulkanowy",
|
|
"pkcs12",
|
|
"forge"
|
|
],
|
|
"author": "Mikołaj Pich <m.pich@outlook.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/wulkanowy/uonet-request-signer/issues"
|
|
},
|
|
"homepage": "https://github.com/wulkanowy/uonet-request-signer/tree/master/node#readme",
|
|
"dependencies": {
|
|
"@wulkanowy/uonet-request-signer": "^0.2.1",
|
|
"node-forge": "^0.9.1",
|
|
"node-webcrypto-ossl": "^1.0.48"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^6.2.2"
|
|
}
|
|
}
|