Files
accounting.js/package.json
2020-07-29 15:35:48 +08:00

17 lines
735 B
JSON

{
"name" : "accounting",
"description" : "number, money and currency formatting library",
"homepage": "http://openexchangerates.github.io/accounting.js",
"license": "MIT",
"keywords" : ["accounting", "number", "money", "currency", "format", "utilities", "finance", "exchange"],
"author": "Open Exchange Rates <info@openexchangerates.org> (https://www.openexchangerates.org)",
"contributors" : [
"Open Exchange Rates <info@openxchangerates.org> (https://openexchangerates.org)",
"Joss Crowcroft <josscrowcroft@gmail.com> (http://www.josscrowcroft.com)"
],
"dependencies" : {},
"repository" : {"type": "git", "url": "git://github.com/openexchangerates/accounting.js.git"},
"main" : "accounting.js",
"version" : "0.4.2"
}