1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 21:52:35 +01:00
invoiceninja/public/vendor/accounting/package.json

12 lines
517 B
JSON
Raw Normal View History

2014-04-22 13:33:53 +02:00
{
"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"
}