package.json 614 B

123456789101112131415161718192021
  1. {
  2. "name": "cordova-plugin-qrcode-scanner",
  3. "version": "1.0.0",
  4. "description": "",
  5. "scripts": {},
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/x1ongzhu/cordova-plugin-qrcode-scanner.git"
  9. },
  10. "keywords": ["cordova"],
  11. "author": "x1ongzhu",
  12. "license": "ISC",
  13. "bugs": {
  14. "url": "https://github.com/x1ongzhu/cordova-plugin-qrcode-scanner/issues"
  15. },
  16. "homepage": "https://github.com/x1ongzhu/cordova-plugin-qrcode-scanner#readme",
  17. "cordova": {
  18. "id": "cordova-plugin-wechat",
  19. "platforms": ["android", "ios"]
  20. }
  21. }