You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "jquery-qrcode",
|
|
"description": "Generate QR codes dynamically.",
|
|
"homepage": "https://larsjung.de/jquery-qrcode/",
|
|
"authors": [
|
|
"Lars Jung <lrsjng@gmail.com> (https://larsjung.de)"
|
|
],
|
|
"main": "dist/jquery.qrcode.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/lrsjng/jquery-qrcode.git"
|
|
},
|
|
"ignore": [
|
|
"*",
|
|
"!dist/*",
|
|
"!*.md"
|
|
]
|
|
}
|