{
  "name": "webencrypt",
  "version": "1.0.1",
  "description": "前端常用加密算法合集",
  "main": "app/index.js",
  "scripts": {
    "publish": "npm publish",
    "build": "webpack ./index.js -o ./dist/webencrypt.min.js --mode production",
    "dev": "webpack ./index.js -o ./dist/webencrypt.min.js --mode development --watch"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/shala/webEncrypt.git"
  },
  "author": "iyahe@qq.com",
  "license": "MIT",
  "dependencies": {
    "js-base64": "^2.5.1",
    "jsencrypt": "^3.0.0-rc.1",
    "md5": "^2.2.1"
  }
}
