main beautify
All checks were successful
Build, Push, Publish / Build & Release (push) Successful in 10m11s

This commit is contained in:
2025-12-13 02:29:42 -03:00
parent 26101af13a
commit 3c42ca9668
37 changed files with 3175 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "jquery-qrcode",
"version": "1.0.0",
"homepage": "http://www.d-project.com/",
"authors": [
"jeromeetienne"
],
"description": "It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download",
"main": "jquery.qrcode.min.js",
"keywords": [
"QR",
"jQuery",
"standalone"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~1.9"
}
}