1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 02:11:34 +02:00
invoiceninja/public/vendor/accounting/package.json
2014-04-22 14:33:53 +03:00

12 lines
517 B
JSON

{
"name" : "accounting",
"description" : "number, money and currency parsing/formatting library",
"homepage": "http://josscrowcroft.github.com/accounting.js",
"keywords" : ["accounting", "number", "money", "currency", "format", "utilities"],
"author": "Joss Crowcroft <josscrowcroft@gmail.com> (http://www.josscrowcroft.com)",
"contributors" : [],
"dependencies" : {},
"repository" : {"type": "git", "url": "git://github.com/josscrowcroft/accounting.js.git"},
"main" : "accounting.js",
"version" : "0.3.2"
}