Skip to content

Commit

Permalink
Merge pull request davidshimjs#38 from dwilkie/add_bower
Browse files Browse the repository at this point in the history
add bower.json
  • Loading branch information
davidshimjs committed Nov 7, 2014
2 parents ea6f3c7 + e73c7dc commit 1119361
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "qrcode.js",
"version": "0.0.1",
"homepage": "https://github.com/davidshimjs/qrcodejs",
"authors": [
"Sangmin Shim", "Sangmin Shim <[email protected]> (http:https://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"
}
}

0 comments on commit 1119361

Please sign in to comment.