package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "encryptlong",
  3. "version": "3.1.4",
  4. "description": "基于jsencrypt扩展的可支持长文本加解密的库",
  5. "license": "MIT",
  6. "main": "bin/jsencrypt.js",
  7. "scripts": {
  8. "prepublish": "node_modules/gulp/bin/gulp.js"
  9. },
  10. "contributors": [
  11. {
  12. "name": "Travis Tidwell",
  13. "email": "travis@form.io",
  14. "url": "http://github.com/travist"
  15. },
  16. {
  17. "name": "Antonio",
  18. "url": "https://github.com/zoloft"
  19. },
  20. {
  21. "name": "Julio",
  22. "url": "https://github.com/jmgaya"
  23. }
  24. ],
  25. "homepage": "http://www.travistidwell.com/jsencrypt",
  26. "repository": {
  27. "type": "git",
  28. "url": "git://github.com/lsxlsxxslxsl/encryptlong.git"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/lsxlsxxslxsl/encryptlong/issues"
  32. },
  33. "keywords": [
  34. "encrypt",
  35. "jsencrypt",
  36. "jsencryptlong",
  37. "rsa",
  38. "encryptlong"
  39. ],
  40. "devDependencies": {
  41. "expect.js": "^0.3.1",
  42. "gulp": "^3.9.1",
  43. "gulp-concat": "^2.6.1",
  44. "gulp-copy": "^1.0.1",
  45. "gulp-eslint": "^4.0.2",
  46. "gulp-insert": "^0.5.0",
  47. "gulp-rename": "^1.2.2",
  48. "gulp-tslint": "^8.1.2",
  49. "gulp-typescript": "^4.0.1",
  50. "gulp-uglify": "^3.0.0",
  51. "gulp-watch": "^5.0.0",
  52. "gulp-wrap": "^0.13.0",
  53. "mocha": "^5.0.1",
  54. "rollup": "^0.56.1",
  55. "rollup-plugin-node-resolve": "^3.0.0",
  56. "rollup-plugin-replace": "^2.0.0",
  57. "rollup-plugin-uglify": "^3.0.0",
  58. "ts-loader": "^3.2.0",
  59. "tslib": "^1.8.1",
  60. "tslint": "^5.8.0",
  61. "typescript": "^2.6.2",
  62. "webpack": "^3.10.0"
  63. },
  64. "dependencies": {},
  65. "typings": "declarations/src/index.d.ts"
  66. }