Skip to content

Commit

Permalink
Add bower.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenninkhof committed Aug 24, 2016
1 parent 6742332 commit 6c2408b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ui5-qrcode",
"description": "A UI5 control for displaying QR Codes",
"main": "control/QRCode.js",
"authors": [
"Jan Penninkhof <[email protected]>"
],
"license": "MIT",
"keywords": [
"sap",
"ui5",
"qr",
"qr_code"
],
"moduleType": ["amd"],
"homepage": "https://jpenninkhof.github.io/openui5-qrcode/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"demo",
]
}

0 comments on commit 6c2408b

Please sign in to comment.