package.json 433 B

1234567891011121314151617181920
  1. {
  2. "name": "qr.js",
  3. "version": "0.0.0",
  4. "description": "qrcode encoding in javascript",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git://github.com/shtylman/qr.js.git"
  12. },
  13. "keywords": [
  14. "qrcode",
  15. "qr"
  16. ],
  17. "author": "Roman Shtylman <shtylman@gmail.com>",
  18. "license": "MIT",
  19. "readmeFilename": "README.md"
  20. }