Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.bower.json « qrcode.js « bower_components « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8cdffabd19fbce8c6450accac0bf09b69e659ec0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "qrcode.js",
  "homepage": "https://github.com/davidshimjs/qrcodejs",
  "authors": [
    "Sangmin Shim",
    "Sangmin Shim <ssm0123@gmail.com> (http://jaguarjs.com)"
  ],
  "description": "Cross-browser QRCode generator for javascript",
  "main": "qrcode.js",
  "ignore": [
    "bower_components",
    "node_modules",
    "index.html",
    "index.svg",
    "jquery.min.js",
    "qrcode.min.js"
  ],
  "_release": "04f46c6a07",
  "_resolution": {
    "type": "branch",
    "branch": "master",
    "commit": "04f46c6a0708418cb7b96fc563eacae0fbf77674"
  },
  "_source": "https://github.com/davidshimjs/qrcodejs.git",
  "_target": "*",
  "_originalSource": "davidshimjs/qrcodejs",
  "_direct": true
}