Add bower support.
parent
81c8a12397
commit
09b743b865
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"name": "jquery.qrcode",
|
||||||
|
"version": "0.7.0+",
|
||||||
|
"homepage": "http://larsjung.de/qrcode/",
|
||||||
|
"authors": [
|
||||||
|
"Lars Jung <lrsjng@gmail.com>"
|
||||||
|
],
|
||||||
|
"description": "generate QR codes dynamically",
|
||||||
|
"main": "dist/jquery.qrcode.js",
|
||||||
|
"keywords": [
|
||||||
|
"jquery",
|
||||||
|
"javascript",
|
||||||
|
"qrcode"
|
||||||
|
],
|
||||||
|
"license": "MIT",
|
||||||
|
"ignore": [
|
||||||
|
"**/.*",
|
||||||
|
"node_modules",
|
||||||
|
"bower_components",
|
||||||
|
"test",
|
||||||
|
"tests",
|
||||||
|
"build",
|
||||||
|
"local"
|
||||||
|
]
|
||||||
|
}
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue