-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 916 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "exchanges",
"version": "1.0.5",
"description": "bitcoin exchanges",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zhouningyi/exchanges.git"
},
"dependencies": {
"bcore": "^0.0.21",
"chalk": "^2.3.2",
"crypto": "^1.0.1",
"crypto-js": "^3.1.9-1",
"deepmerge": "^2.1.0",
"got": "^11.8.0",
"https-proxy-agent": "^2.2.0",
"liquid-tap": "^0.3.3",
"lodash": "^4.17.5",
"md5": "^2.2.1",
"moment": "^2.22.1",
"optimist": "^0.6.1",
"pako": "^1.0.6",
"request": "^2.85.0",
"ws": "^7.1.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-flow-vars": "^0.5.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"flow-bin": "^0.54.1"
}
}