Skip to content

Instantly share code, notes, and snippets.

@StErMi
Created May 15, 2017 10:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StErMi/06cfb98a4f97dcbf6a3b5782a36102b4 to your computer and use it in GitHub Desktop.
Save StErMi/06cfb98a4f97dcbf6a3b5782a36102b4 to your computer and use it in GitHub Desktop.
openui5-qrcode bower.json
{
"name": "openui5-qrcode",
"description": "An openui5 custom control to render a QR Code",
"main": "index.js",
"authors": [
"Emanuele Ricci <stermi@gmail.com>"
],
"license": "Apache-2.0",
"keywords": [
"qrcode",
"openui5",
"sapui5",
"ui5",
"javascript"
],
"moduleType": [
"amd"
],
"homepage": "https://github.com/StErMi/openui5-qrcode",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test",
"tests"
],
"dependencies": {
"openui5-sap.ui.core": "openui5/packaged-sap.ui.core",
"openui5-sap.m": "openui5/packaged-sap.m",
"openui5-themelib_sap_belize": "openui5/packaged-themelib_sap_belize",
"openui5-sap.ui.layout": "openui5/packaged-sap.ui.layout"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment