From 6c2408bddf1036eeece4dd409249d313296d5b9a Mon Sep 17 00:00:00 2001 From: Jan Penninkhof Date: Wed, 24 Aug 2016 10:38:35 +0200 Subject: [PATCH] Add bower.js --- bower.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..dcc3354 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "ui5-qrcode", + "description": "A UI5 control for displaying QR Codes", + "main": "control/QRCode.js", + "authors": [ + "Jan Penninkhof " + ], + "license": "MIT", + "keywords": [ + "sap", + "ui5", + "qr", + "qr_code" + ], + "moduleType": ["amd"], + "homepage": "https://jpenninkhof.github.io/openui5-qrcode/", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "demo", + ] +}