Add bower.json
parent
631df8abac
commit
6a0c0f1d55
@ -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
|
||||||
|
}
|
@ -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 <lrsjng@gmail.com> (https://larsjung.de)",
|
||||||
|
"license": "MIT",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/lrsjng/jquery-qrcode.git"
|
||||||
|
},
|
||||||
|
"main": "dist/jquery-qrcode.js"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue