This repository has been archived by the owner on Dec 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
72 lines (72 loc) · 1.68 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@meio/node-currency-swap",
"description": "Exchange rates library for NodeJS",
"version": "1.0.6",
"keywords": [
"currency",
"swap",
"rates",
"exchange",
"currency switcher",
"node currency",
"currency exchange",
"excahnge rates",
"currency conversion",
"multi provider"
],
"maintainers": [
"Mohamed Meabed <meabed@me.io> (https://me.io)",
"Muhammad Khurrum Qureshi"
],
"bugs": {
"url": "https://github.com/me-io/node-currency-swap/issues"
},
"repositories": [
{
"type": "git",
"url": "git+https://github.com/me-io/node-currency-swap.git"
}
],
"licenses": [
{
"name": "Apache Software License v2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"homepage": "https://github.com/me-io/node-currency-swap",
"engines": {
"node": ">= 0.10.0"
},
"main": "./lib/node-currency-swap.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec -t 10000 'test/**/*.js'",
"test-travis": "./node_modules/.bin/mocha --reporter spec -t 10000 'test/**/*.js'"
},
"dependencies": {
"async": "^2.6.1",
"big.js": "^5.1.2",
"cheerio": "^1.0.0-rc.2",
"lodash": "^4.17.11",
"memory-cache": "^0.2.0",
"sprintf-js": "^1.1.1",
"sync-request": "^6.0.0",
"then-request": "^6.0.0",
"xmldoc": "^1.1.2"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.2",
"mocha": "^5.2.0",
"codecov.io": "^0.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/me-io/node-currency-swap.git"
},
"directories": {
"lib": "lib",
"test": "test"
},
"author": "",
"license": "MIT"
}