mirror of
https://github.com/HackPlan/accounting.js.git
synced 2026-01-12 08:43:48 +08:00
17 lines
735 B
JSON
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"
|
|
}
|