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: 0509be6afb4407e69d8aa7e27cc84a6c369ff967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qrcode.js",
  "version": "0.0.1",
  "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"
  ]
}