crypto.js/package.json

26 lines
522 B
JSON
Raw Normal View History

2017-02-17 16:34:20 +08:00
{
"name": "crypto.js",
2020-09-16 20:01:35 +08:00
"version": "2.0.0",
2017-02-17 16:34:20 +08:00
"description": "原生crypto加密模块的二次封装,简化常用加密函数的使用",
2020-09-16 20:01:35 +08:00
"keywords": [
"md5",
"sha1",
"sha256",
"hmac",
"base64",
"fivejs",
"crypto",
"crypto-js",
"crypto.js"
],
"author": "yutent <yutent.io@gmail.com>",
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": {},
2020-09-16 20:01:35 +08:00
"main": "index.js",
"module": "index.es.js"
2017-02-17 16:34:20 +08:00
}