UNPKG

@swtc/sm.js

Version:

SM series cryptography in javascript implementation

36 lines (35 loc) 725 B
{ "name": "@swtc/sm.js", "version": "0.1.12", "description": "SM series cryptography in javascript implementation", "main": "index.js", "scripts": { "test": "" }, "repository": { "type": "git", "url": "git+https://github.com/AlverLyu/sm.js.git" }, "keywords": [ "sm2", "sm3", "crypto", "ecc" ], "author": "Alver Lyu", "license": "MIT", "bugs": { "url": "https://github.com/AlverLyu/sm.js/issues" }, "homepage": "https://github.com/AlverLyu/sm.js#readme", "dependencies": { "bn.js": "^4.11.6", "elliptic": "^6.4.0", "hash.js": "^1.0.3", "hmac-drbg": "^1.0.1", "inherits": "^2.0.3" }, "devDependencies": { "uglify-js": "^3.0.15" } }