UNPKG

1.12 kBJSONView Raw
1{
2 "name": "currency-conversion",
3 "version": "0.1.11",
4 "description": "Free and startup-friendly currency converter JSON API for real-time and historical exchange rates - reliable and accurate, supporting 168 world currencies.",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://pmoelgaard@github.com/pmoelgaard/currency-conversion.git"
12 },
13 "keywords": [
14 "exchange rates api",
15 "currency conversion api",
16 "currency converter api",
17 "json exchange rates"
18 ],
19 "author": "Peter Andreas Moelgaard <admin@petermolgard.com> (http://petermolgaard.com/)",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/pmoelgaard/currency-conversion/issues"
23 },
24 "homepage": "https://github.com/pmoelgaard/currency-conversion#readme",
25 "devDependencies": {
26 "mocha": "^2.3.4",
27 "chai": "^3.4.1",
28 "dotenv": "^2.0.0"
29 },
30 "dependencies": {
31 "async": "^1.5.2",
32 "lodash": "^4.0.1",
33 "moment": "^2.11.1",
34 "promise": "^7.1.1",
35 "request": "^2.69.0"
36 },
37 "tonicExampleFilename": "example/preview.js"
38}