Skip to content

Commit

Permalink
Merge pull request #4 from csampaio/master
Browse files Browse the repository at this point in the history
Project configured to be installed with bower
  • Loading branch information
allansli committed Apr 21, 2017
2 parents 344f797 + b17eb2d commit 49b0465
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/barcode.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"name": "angular-barcode-febraban",
"description": "Angular Directive to Render Interleaved 2 of 5 Barcode",
"main": "dist/angular-barcode-febraban.min.js",
"authors": [
"Allan Martins de Paula"
],
"license": "ISC",
"keywords": [
"barcode",
"angular",
"febraban",
"intercalado",
"2",
"de",
"5",
"interleaved",
"2",
"of",
"5",
"boleto",
"código",
"de",
"barras",
"ITF",
"ITF",
"barcode",
"código",
"de",
"barras",
"ITF"
],
"homepage": "https://github.com/allansli/angular-barcode-febraban",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo"
]
}

0 comments on commit 49b0465

Please sign in to comment.