package.json 780 Bytes
{
  "name": "angular-qrcode",
  "version": "6.2.1",
  "description": "QR Code elements for AngularJS.",
  "keywords": [
    "angular",
    "angularjs",
    "qrcode"
  ],
  "homepage": "http://monospaced.github.io/angular-qrcode/",
  "main": "angular-qrcode.js",
  "bugs": "http://github.com/monospaced/angular-qrcode/issues",
  "license" : "MIT",
  "repository" : {
    "type" : "git",
    "url" : "http://github.com/monospaced/angular-qrcode"
  },
  "author": {
    "name" : "Scott Boyle",
    "email" : "scott@monospaced.com",
    "url" : "http://scottboyle.co.uk/about"
  },
  "files": [
    "angular-qrcode.js",
    "package.json"
  ],
  "dependencies": {
    "angular": ">=1.0.6",
    "qrcode-generator": "git://github.com/monospaced/bower-qrcode-generator.git#v0.1.0"
  }
}