package.json 661 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "wxbarcode",
  3. "version": "1.0.2",
  4. "description": "微信小程序条码、二维码生成模块",
  5. "main": "index.js",
  6. "scripts": {
  7. },
  8. "keywords": [
  9. "wechat",
  10. "weixin",
  11. "wxapp",
  12. "barcode",
  13. "qrcode",
  14. "微信",
  15. "微信小程序",
  16. "条码",
  17. "二维码"
  18. ],
  19. "author": "Alsey (zamber@gmail.com)",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/alsey/wxbarcode/issues"
  23. },
  24. "homepage": "https://github.com/alsey/wxbarcode#readme",
  25. "dependencies": {
  26. },
  27. "repository": {
  28. "type": "git",
  29. "url": "https://github.com/alsey/wxbarcode.git"
  30. },
  31. "devDependencies": {
  32. }
  33. }