diff --git a/data.js b/data.js index a511c5909..48f0cd5e8 100644 --- a/data.js +++ b/data.js @@ -16,6 +16,14 @@ var MicroJS = [ url: "https://github.com/philbooth/css-time.js", source: "https://raw.github.com/philbooth/css-time.js/master/src/css-time.js" }, + { + name: "accounting.js", + github: "josscrowcroft/accounting.js", + tags: ["math", "number", "money", "currency parsing", "currency formatting"], + description: "A lightweight JavaScript library for number, money and currency formatting - fully localisable, zero dependencies.", + url: "http://josscrowcroft.github.com/accounting.js/", + source: "https://raw.github.com/josscrowcroft/accounting.js/master/accounting.js" + }, { name: "zoe.js", github: "zestjs/zoe",