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.
28 lines
499 B
JSON
28 lines
499 B
JSON
{
|
|
"name": "jquery-qrcode",
|
|
"version": "0.9.2",
|
|
"description": "generate QR codes dynamically",
|
|
"homepage": "http://larsjung.de/qrcode/",
|
|
"authors": [
|
|
"Lars Jung <lrsjng@gmail.com> (http://larsjung.de)"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/jquery.qrcode.js",
|
|
"keywords": [
|
|
"jquery",
|
|
"javascript",
|
|
"qrcode"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"bower_components",
|
|
"build",
|
|
"local",
|
|
"makefile.js",
|
|
"node_modules",
|
|
"src",
|
|
"test",
|
|
"tests"
|
|
]
|
|
}
|