UNPKG

sm2-fabric

Version:
69 lines (68 loc) 1.29 kB
{ "name": "sm2-fabric", "version": "1.1.3", "description": "sm2 for fabric-sdk-node", "main": "build/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/WhoAmI233/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": "qiuguochao", "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" } }