openexchangerates / accounting.js

A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.
http://openexchangerates.github.io/accounting.js
MIT License
4.95k stars 528 forks source link

add bower.json #90

Closed elidupuis closed 9 years ago

elidupuis commented 9 years ago

Should close #50 & #86. Updated git tags should probably be added as well (don't think that can be part of a PR).

elidupuis commented 9 years ago

FYI, this bower.json file was simply generated by running bower init in the project root.

robkorv commented 9 years ago

Plz add bower support!

nickescallon commented 9 years ago

:+1:

samzilverberg commented 9 years ago

to install via bower , in bower.json:

dependencies:{
...
    "accounting": "openexchangerates/accounting.js#master",
...
}
jDeppen commented 9 years ago

This worked for me bower install --save git@github.com:openexchangerates/accounting.js.git#master

wjcrowcroft commented 9 years ago

Thanks all and apologies for delay. Closed with #106.