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

package.json « qrcodejs2 « node_modules - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f98638268022db0aadf1ef402ae1874d57aeb745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "qrcodejs2",
  "version": "0.0.2",
  "description": "Javsacript QRCode for all browsers",
  "main": "qrcode.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/davidshimjs/qrcodejs.git"
  },
  "keywords": [
    "qrcode",
    "javascript"
  ],
  "author": "davidshimjs <ssm0123@gmail.com>",
  "license": "MIT",
  "gitHead": "06c7a5e134f116402699f03cda5819e10a0e5787",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/davidshimjs/qrcodejs/issues"
  }
}