{
  "name": "browser-qr-js",
  "version": "1.1.3",
  "description": "Library for QR code generation using canvas (browserify edition)",
  "homepage": "http://neocotic.com/qr.js",
  "bugs": {
    "url": "https://github.com/neocotic/qr.js/issues"
  },
  "author": {
    "name": "Alasdair Mercer",
    "email": "mercer.alasdair@gmail.com",
    "url": "http://neocotic.com"
  },
  "licenses": [
    {
      "type": "GPL-3.0",
      "url": "https://github.com/neocotic/qr.js/raw/master/LICENSE.md"
    }
  ],
  "keywords": [
    "qr",
    "code",
    "encode",
    "canvas",
    "image"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/neocotic/qr.js.git"
  },
  "dependencies": {
  },
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-contrib-uglify": "~0.5.1",
    "grunt-docco": "~0.3.3"
  },
  "main": "qr.js",
  "scripts": {
    "test": "grunt test"
  }
}
