forked from rudonick/crypto
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
37 lines (37 loc) · 989 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "gostcrypto",
"version": "2.1.0",
"homepage": "http://gostcrypto.com/",
"bugs": "https://github.com/rudonick/crypto/issues",
"license": "Apache-2.0",
"author": "Rudolf Nickolaev <rudonick@gmail.com>",
"contributors": [
"Alexander Ustimenko <a@ustimen.co> (http://ustimen.co/)"
],
"description": "Pure Javascript implementation of WebCrypto API interfaces and Public Key Infrastructure for GOST algorithms (Russian Cryptographic Standards)",
"main": "./lib",
"bin": {
"gost-export-cryptopro-key": "./bin/export-cryptopro-key.js",
"gost-export-signalcom-key": "./bin/export-signalcom-key.js"
},
"repository": "rudonick/crypto",
"keywords": [
"WebCrypto",
"Public Key Infrastructure",
"PKI",
"Russian Cryptographic Standards",
"GOST",
"SignalCom",
"CryptoPro",
"private key",
"export",
"ASN1",
"cipher",
"digest",
"security",
"viewer"
],
"dependencies": {
"cli": "^0.4.5"
}
}