15 lines
406 B
JSON
15 lines
406 B
JSON
{
|
|
"name": "crypto.js",
|
|
"version": "1.2.0",
|
|
"description": "原生crypto加密模块的二次封装,简化常用加密函数的使用",
|
|
"keywords": ["md5", "sha1", "base64", "fivejs", "crypto"],
|
|
"author": "yutent <yutent@doui.cc>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yutent/crypto.js.git"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"main": "index.js"
|
|
}
|