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
23 lines (23 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 907 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"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",
"devDependencies": {
"grunt": "~1.0.0",
"grunt-jsdoc": "~2.1.0",
"grunt-contrib-uglify": "~1.0.1"
}
}