Skip to content

Commit

Permalink
Merge pull request #2 from niepi/master
Browse files Browse the repository at this point in the history
added bower.json file
  • Loading branch information
davidkalosi committed Apr 2, 2015
2 parents e4bb47d + e84afd8 commit 124bcd8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules/*
/nbproject/
/bower_components/*
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "js-money",
"description": "JavaScript implementation of the Money value object.",
"version": "0.1.0",
"main": "./lib",
"author": {
"name": "David Kalosi",
"email": "david.kalosi@gmail.com"
},
"keywords": ["money", "javascript", "currency"],
"licenses": {
"type": "MIT"
},
"repository": {
"type": "git",
"url": "git://github.com/davidkalosi/js-money.git"
},
"bugs": {
"url": "https://github.com/davidkalosi/js-money/issues"
},
"dependencies": {
"lodash": "*"
},
"devDependencies": {
"mocha": "1.x.x",
"chai": "1.x.x"
}
}

0 comments on commit 124bcd8

Please sign in to comment.