You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
479 B
21 lines
479 B
{
|
|
"name": "qrcode.js",
|
|
"version": "0.0.1",
|
|
"homepage": "https://github.com/davidshimjs/qrcodejs",
|
|
"authors": [
|
|
"Sangmin Shim", "Sangmin Shim <ssm0123@gmail.com> (http://jaguarjs.com)"
|
|
],
|
|
"description": "Cross-browser QRCode generator for javascript",
|
|
"main": "qrcode.js",
|
|
"ignore": [
|
|
"bower_components",
|
|
"node_modules",
|
|
"index.html",
|
|
"index.svg",
|
|
"jquery.min.js",
|
|
"qrcode.min.js"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">=1.8.3"
|
|
}
|
|
}
|
|
|