1 Star 0 Fork 19

chentao / crypto-js

forked from Gitee 极速下载 / crypto-js 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
evanvosberg 提交于 2020-02-12 12:48 . Bump major reslease version.
{
"name": "crypto-js",
"title": "crypto-js",
"description": "JavaScript library of crypto standards.",
"version": "4.0.0",
"homepage": "http://github.com/brix/crypto-js",
"author": {
"name": "Evan Vosberg",
"url": "http://github.com/evanvosberg"
},
"repository": {
"type": "git",
"url": "http://github.com/brix/crypto-js.git"
},
"bugs": {
"url": "http://github.com/brix/crypto-js/issues"
},
"license": "MIT",
"scripts": {
"build": "grunt build",
"test": "grunt default"
},
"main": "index.js",
"dependencies": {},
"devDependencies": {
"fmd": "~0.0.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-jsonlint": "^1.0.4",
"grunt-update-json": "^0.2.0",
"load-grunt-config": "^0.16.0",
"lodash": "^4.17.11"
},
"keywords": [
"security",
"crypto",
"Hash",
"MD5",
"SHA1",
"SHA-1",
"SHA256",
"SHA-256",
"RC4",
"Rabbit",
"AES",
"DES",
"PBKDF2",
"HMAC",
"OFB",
"CFB",
"CTR",
"CBC",
"Base64"
]
}
JavaScript
1
https://gitee.com/pearlshell/crypto-js.git
git@gitee.com:pearlshell/crypto-js.git
pearlshell
crypto-js
crypto-js
develop

搜索帮助