-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
35 lines (35 loc) · 882 Bytes
/
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
{
"name": "node-idex-api",
"version": "0.0.3",
"description": "IDEX Javascript API https://github.com/jaggedsoft/node-idex-api",
"main": "idex.js",
"dependencies": {
"axios": "^0.18.0",
"request": "^2.88.0",
"lodash": "^4.17.5",
"bignumber.js": "^4.0.4",
"ethereumjs-util": "^5.1.5",
"web3-utils": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/jaggedsoft/node-idex-api.git"
},
"keywords": [
"idex",
"cryptocurrency",
"exchange",
"api",
"dex",
"trading"
],
"author": "Jon Eyrick <[email protected]> (https://github.com/jaggedsoft)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaggedsoft/node-idex-api/issues"
},
"homepage": "https://github.com/jaggedsoft/node-idex-api",
"devDependencies": {
"eslint": "^4.19.1"
}
}