forked from davidshimjs/qrcodejs
-
Notifications
You must be signed in to change notification settings - Fork 299
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 751 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 751 Bytes
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
{
"name": "@keeex/qrcodejs-kx",
"version": "1.0.2",
"description": "QRCodeJS is a javascript library for making QRCode. It has no dependencies, is cross-browser and using HTML5 Canvas. This porject is a fork by KeeeX Company from davidshimjs, with Code Length Overflow fixed.",
"main": "qrcode.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KeeeX/qrcodejs.git"
},
"keywords": [
"qr",
"qrcode",
"generator",
"davidshimsjs",
"keeex"
],
"author": "KeeeX",
"license": "MIT",
"bugs": {
"url": "https://github.com/KeeeX/qrcodejs/issues"
},
"homepage": "https://github.com/KeeeX/qrcodejs#readme"
}