Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
zwacky committed Dec 18, 2014
1 parent 45cfb0c commit f64a087
Show file tree
Hide file tree
Showing 10 changed files with 1,965 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bower_components/
node_modules/
Empty file added README.md
Empty file.
20 changes: 20 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "isoCurrency",
"version": "1.0.0",
"description": "AngularJS filter that retrieves currency symbols according to ISO 4217 currency codes.",
"license": "MIT",
"keywords": [
"angular",
"filter",
"currency"
"symbols",
"iso 4217"
],
"author": {
"name": "Simon Wicki",
"web": "http://www.wickiweb.de"
},
"dependencies": {
"angular": "1.2"
}
}
Loading

0 comments on commit f64a087

Please sign in to comment.