crypto.js/package.json

18 lines
420 B
JSON
Raw Normal View History

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