You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
449 B
JSON
26 lines
449 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|