forked from openexchangerates/accounting.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
15 lines (15 loc) · 715 Bytes
/
package.json
File metadata and controls
15 lines (15 loc) · 715 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"name" : "accounting",
"description" : "number, money and currency formatting library",
"homepage": "http://openexchangerates.github.io/accounting.js",
"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"
}