Logo

GitLab

Sign in

tutorial / directive

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • directive
  • ..
  • angular-qrcode
  • bower.json
  • 组件提交
    48ef3e65
    zhaoxing authored
    2017-08-23 11:21:41 +0800  
    Browse File »
bower.json 292 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "name": "angular-qrcode",
  "version": "6.2.1",
  "main": "angular-qrcode.js",
  "ignore": [
    "**/.*",
    "node_modules",
    "components"
  ],
  "dependencies": {
    "angular": ">=1.0.6",
    "qrcode-generator": "git://github.com/monospaced/bower-qrcode-generator.git#v0.1.0"
  }
}