package.json 689 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "uqrcodejs",
  3. "version": "4.0.7",
  4. "description": "uQRCode是一款基于Javascript环境开发的二维码生成插件,适用所有Javascript运行环境的前端应用和Node.js。",
  5. "main": "uqrcode.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/Sansnn/uQRCode.git"
  12. },
  13. "keywords": [
  14. "uQRCode",
  15. "QR",
  16. "QRCode",
  17. "artQRCode",
  18. "二维码",
  19. "艺术码"
  20. ],
  21. "author": "Sansnn",
  22. "license": "Apache-2.0",
  23. "bugs": {
  24. "url": "https://github.com/Sansnn/uQRCode/issues"
  25. },
  26. "homepage": "https://github.com/Sansnn/uQRCode#readme"
  27. }