We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea6f3c7 + e73c7dc commit 1119361Copy full SHA for 1119361
bower.json
@@ -0,0 +1,21 @@
1
+{
2
+ "name": "qrcode.js",
3
+ "version": "0.0.1",
4
+ "homepage": "https://github.com/davidshimjs/qrcodejs",
5
+ "authors": [
6
+ "Sangmin Shim", "Sangmin Shim <[email protected]> (http://jaguarjs.com)",
7
+ ],
8
+ "description": "Cross-browser QRCode generator for javascript",
9
+ "main": "qrcode.js",
10
+ "ignore": [
11
+ "bower_components",
12
+ "node_modules",
13
+ "index.html",
14
+ "index.svg",
15
+ "jquery.min.js",
16
+ "qrcode.min.js",
17
18
+ "dependencies": {
19
+ "jquery": ">=1.8.3"
20
+ }
21
+}
0 commit comments