From 6a0c0f1d55393219ddfb7dc7074b4812df6e171f Mon Sep 17 00:00:00 2001 From: Ahmad Mansour Date: Fri, 1 Jan 2021 21:03:26 +0200 Subject: [PATCH] Add bower.json --- .bower.json | 15 +++++++++++++++ bower.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .bower.json create mode 100644 bower.json diff --git a/.bower.json b/.bower.json new file mode 100644 index 0000000..15d3264 --- /dev/null +++ b/.bower.json @@ -0,0 +1,15 @@ +{ + "name": "jquery-qrcode", + "homepage": "https://github.com/lrsjng/jquery-qrcode", + "version": "0.18.0", + "_release": "0.18.0", + "_resolution": { + "type": "version", + "tag": "v0.18.0", + "commit": "631df8abacf306d58434d7792808210d976620c3" + }, + "_source": "https://github.com/lrsjng/jquery-qrcode.git", + "_target": "^0.18.0", + "_originalSource": "lrsjng/jquery-qrcode", + "_direct": true +} \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..a14f63a --- /dev/null +++ b/bower.json @@ -0,0 +1,15 @@ +{ + "name": "jquery-qrcode", + "title": "jQuery.qrcode", + "version": "0.18.0", + "description": "Generate QR codes dynamically.", + "homepage": "https://larsjung.de/jquery-qrcode/", + "author": "Lars Jung (https://larsjung.de)", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/lrsjng/jquery-qrcode.git" + }, + "main": "dist/jquery-qrcode.js" + } + \ No newline at end of file