crypto.web.js/package.json

27 lines
508 B
JSON
Raw Normal View History

2023-02-13 19:18:15 +08:00
{
"name": "crypto.web.js",
"version": "1.0.0",
"type": "module",
"description": "crypto.js浏览器版本,提供常用的加密封装",
"keywords": [
"md5",
"sha1",
"sha256",
"sha512",
"hmac",
"base64",
"crypto",
"crypto-js",
"crypto.js"
],
"author": "Yutent <yutent.io@gmail.com>",
"scripts": {
"start": "node ./build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bytedo/crypto.web.js.git"
},
"license": "MIT"
}