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.
27 lines
537 B
JSON
27 lines
537 B
JSON
{
|
|
"name": "jquery-qrcode",
|
|
"version": "1.0.0",
|
|
"homepage": "http://www.d-project.com/",
|
|
"authors": [
|
|
"jeromeetienne"
|
|
],
|
|
"description": "It allow you to easily add qrcode to your webpages. It is standalone, less than 4k after minify+gzip, no image download",
|
|
"main": "jquery.qrcode.min.js",
|
|
"keywords": [
|
|
"QR",
|
|
"jQuery",
|
|
"standalone"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "~1.9"
|
|
}
|
|
}
|