Skip to content

Commit

Permalink
Merge pull request #58 from matcarey/master
Browse files Browse the repository at this point in the history
#57 Added basic bower config.
  • Loading branch information
jeromeetienne committed Jun 15, 2014
2 parents bf626b5 + 68219b2 commit 6858799
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 6858799

Please sign in to comment.