package.json 509 B

123456789101112131415161718192021
  1. {
  2. "name": "qrcodejs2",
  3. "version": "0.0.2",
  4. "description": "Javsacript QRCode for all browsers",
  5. "main": "qrcode.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "git://github.com/davidshimjs/qrcodejs.git"
  9. },
  10. "keywords": [
  11. "qrcode",
  12. "javascript"
  13. ],
  14. "author": "davidshimjs <ssm0123@gmail.com>",
  15. "license": "MIT",
  16. "gitHead": "06c7a5e134f116402699f03cda5819e10a0e5787",
  17. "readmeFilename": "README.md",
  18. "bugs": {
  19. "url": "https://github.com/davidshimjs/qrcodejs/issues"
  20. }
  21. }