forked from openexchangerates/money.js
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 876 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name" : "money",
"description" : "JavaScript currency conversion library.",
"homepage": "https://github.com/ducdigital/money.js",
"keywords" : ["money", "fx", "currency", "convert", "conversion", "exchange", "rate", "utilities", "accounting", "number", "cart", "ecommerce"],
"author": "Duc Ta <duc@ducdigital.com> (http://www.duc.io)",
"contributors" : [
"Open Exchange Rates <info@openxchangerates.org> (https://openexchangerates.org)",
"Joss Crowcroft <josscrowcroft@gmail.com> (http://www.josscrowcroft.com)",
"Duc Ta <duc@ducdigital.com> (http://www.duc.io)"
],
"license": "MIT",
"dependencies" : {},
"devDependencies": {
"mocha": "^2.3.x",
"chai": "^2.1.x"
},
"repository" : {"type": "git", "url": "git://github.com/ducdigital/money.js.git"},
"main" : "money.js",
"version" : "0.3.0",
"scripts": {
"test": "mocha --reporter spec tests"
}
}