@skylp/wds-encrypt
Version:
前端加解密
27 lines (26 loc) • 550 B
JSON
{
"name": "@skylp/wds-encrypt",
"version": "1.0.3",
"description": "前端加解密",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "",
"author": "",
"publishConfig": {
"access": "public"
},
"files": [
"lib"
],
"keywords": [
"crypto.js",
"node-rsa"
],
"license": "ISC",
"dependencies": {
"crypto-js": "^3.1.9-1",
"node-rsa": "^1.0.6"
}
}