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.
jquery-qrcode/bower.json

27 lines
539 B
JSON

{
11 years ago
"name": "jquery-qrcode",
11 years ago
"version": "0.10.1",
11 years ago
"description": "generate QR codes dynamically",
11 years ago
"homepage": "http://larsjung.de/jquery-qrcode/",
"authors": [
11 years ago
"Lars Jung <lrsjng@gmail.com> (http://larsjung.de)"
],
"main": "dist/jquery.qrcode.js",
11 years ago
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/jquery-qrcode.git"
},
"ignore": [
"**/.*",
"bower_components",
"build",
11 years ago
"local",
11 years ago
"mkrfile.js",
11 years ago
"node_modules",
"src",
"test",
"tests"
]
}