{
  "name": "@linlabs/encryptlong",
  "version": "3.1.14",
  "description": "基于jsencrypt扩展的可支持长文本加解密的库",
  "license": "MIT",
  "main": "bin/jsencrypt.js",
  "scripts": {
    "prepublish": "node_modules/gulp/bin/gulp.js"
  },
  "contributors": [
    {
      "name": "Travis Tidwell",
      "email": "travis@form.io",
      "url": "http://github.com/travist"
    },
    {
      "name": "Antonio",
      "url": "https://github.com/zoloft"
    },
    {
      "name": "Julio",
      "url": "https://github.com/jmgaya"
    }
  ],
  "homepage": "http://www.travistidwell.com/jsencrypt",
  "repository": {
    "type": "git",
    "url": "https://github.com/lyj98/encryptlong.git"
  },
  "bugs": {
    "url": "https://github.com/lyj98/encryptlong/issues"
  },
  "keywords": [
    "encrypt",
    "jsencrypt",
    "jsencryptlong",
    "rsa",
    "encryptlong"
  ],
  "devDependencies": {
    "expect.js": "^0.3.1",
    "gulp": "^3.9.1",
    "gulp-concat": "^2.6.1",
    "gulp-copy": "^1.0.1",
    "gulp-eslint": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^1.2.2",
    "gulp-tslint": "^8.1.2",
    "gulp-typescript": "^4.0.1",
    "gulp-uglify": "^3.0.0",
    "gulp-watch": "^5.0.0",
    "gulp-wrap": "^0.13.0",
    "mocha": "^5.0.1",
    "rollup": "^0.56.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^3.0.0",
    "ts-loader": "^3.2.0",
    "tslib": "^1.8.1",
    "tslint": "^5.8.0",
    "typescript": "^2.6.2",
    "webpack": "^3.10.0"
  },
  "dependencies": {},
  "typings": "declarations/src/index.d.ts",
  "pnpm": {
    "overrides": {
      "graceful-fs": "^4.2.11"
    }
  },
  "resolutions": {
    "graceful-fs": "^4.2.11"
  }
}
