-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
68 lines (68 loc) · 1.21 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "sm2",
"version": "1.0.1",
"description": "sm2,sm3,cryptojs,crypto,base64,rsa,aes crypt",
"main": "build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/lifesreason/SM2.git"
},
"keywords": [
"SM2",
"SM3",
"crypto",
"cryptography",
"Cipher",
"RSA",
"ECDSA",
"DSA",
"RSAPSS",
"PKCS#1",
"PKCS#5",
"PKCS#8",
"private key",
"public key",
"CSR",
"PKCS#10",
"hash function",
"HMac",
"ASN.1",
"certificate",
"X.509",
"CRL",
"OCSP",
"RFC 3161",
"Digital Timestamp",
"Timestamp",
"Time Stamp Token",
"CMS",
"Cryptgraphic Message Syntax",
"PKCS#7",
"Signature",
"Digital Signature",
"signing",
"Message Digest",
"JSON Web Token",
"JWT",
"JSON Web Signature",
"JWS",
"JSON Web Key",
"JWK",
"JOSE",
"JWA"
],
"author": "lifesreason",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1"
},
"dependencies": {
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.4.0",
"gulp-uglify": "^2.0.0"
}
}