node-gost
Version:
WebCrypto GOST for Node.js
40 lines (39 loc) • 792 B
JSON
{
"name": "node-gost",
"version": "1.0.2",
"description": "WebCrypto GOST for Node.js",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/romansopov/crypto.git"
},
"author": "Rudolf Nickolaev",
"contributors": [
"Roman Sopov"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/romansopov/crypto/issues"
},
"homepage": "https://github.com/romansopov/crypto#readme",
"keywords": [
"WebCrypto",
"Public Key Infrastructure",
"PKI",
"Russian Cryptographic Standards",
"GOST",
"SignalCom",
"CryptoPRO",
"private key",
"ASN1",
"cipher",
"digest",
"security"
],
"dependencies": {
"lodash": "^4.17.10"
}
}