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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/qrcodejs2/bower.json')
-rw-r--r--node_modules/qrcodejs2/bower.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/node_modules/qrcodejs2/bower.json b/node_modules/qrcodejs2/bower.json
new file mode 100644
index 0000000000..0509be6afb
--- /dev/null
+++ b/node_modules/qrcodejs2/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "qrcode.js",
+ "version": "0.0.1",
+ "homepage": "https://github.com/davidshimjs/qrcodejs",
+ "authors": [
+ "Sangmin Shim", "Sangmin Shim <ssm0123@gmail.com> (http://jaguarjs.com)"
+ ],
+ "description": "Cross-browser QRCode generator for javascript",
+ "main": "qrcode.js",
+ "ignore": [
+ "bower_components",
+ "node_modules",
+ "index.html",
+ "index.svg",
+ "jquery.min.js",
+ "qrcode.min.js"
+ ]
+}