-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 884 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": "markets",
"version": "1.0.0",
"description": "market sdk",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Fuck and wait ...\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperDBJ/node-market.git"
},
"keywords": [
"market",
"sdk",
"yunbi",
"huobi",
"bter"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperDBJ/node-market/issues"
},
"homepage": "https://github.com/SuperDBJ/node-market#readme",
"dependencies": {
"lodash": "^4.17.4",
"node-huobi": "git+https://github.com/SuperDBJ/node-huobi.git",
"node-yunbi": "git+https://github.com/SuperDBJ/node-yunbi.git",
"node-jubi": "git+https://github.com/SuperDBJ/node-jubi.git",
"request": "^2.81.0",
"request-promise": "^4.2.1"
}
}