diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d4ae25 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +bower_components diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d62f5ff --- /dev/null +++ b/bower.json @@ -0,0 +1,26 @@ +{ + "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" + } +}