Skip to content

Commit 1119361

Browse files
committed
Merge pull request #38 from dwilkie/add_bower
add bower.json
2 parents ea6f3c7 + e73c7dc commit 1119361

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)