2017-02-17 16:34:20 +08:00
|
|
|
{
|
|
|
|
"name": "crypto.js",
|
2019-06-17 17:18:41 +08:00
|
|
|
"version": "1.3.1",
|
2017-02-17 16:34:20 +08:00
|
|
|
"description": "原生crypto加密模块的二次封装,简化常用加密函数的使用",
|
2018-12-23 17:21:58 +08:00
|
|
|
"keywords": ["md5", "sha1", "base64", "fivejs", "crypto"],
|
2017-02-17 16:34:20 +08:00
|
|
|
"author": "yutent <yutent@doui.cc>",
|
2018-12-23 17:21:58 +08:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/yutent/crypto.js.git"
|
|
|
|
},
|
2017-02-17 16:34:20 +08:00
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {},
|
2018-05-25 00:09:29 +08:00
|
|
|
"main": "index.js"
|
2017-02-17 16:34:20 +08:00
|
|
|
}
|