-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
{
"name": "node-huobi-api",
"version": "1.0.15",
"description": "Node huobi API is an asynchronous node.js library for the huobi API designed to be easy to use.",
"main": "node-huobi-api.js",
"scripts": {
"test": "mocha",
"test-debug": "mocha --inspect-brk",
"lint": "eslint -c .eslintrc.js node-huobi-api.js test.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/davewang/node-huobi-api.git"
},
"keywords": [
"huobi",
"api"
],
"author": "NPM DaveWang User <dave.wang2009@gmail.com> (http://www.iapploft.net)",
"license": "ISC",
"bugs": {
"url": "https://github.com/davewang/node-huobi-api/issues"
},
"homepage": "https://github.com/davewang/node-huobi-api#readme",
"dependencies": {
"dns-sync": "^0.1.3",
"fs": "0.0.1-security",
"https-proxy-agent": "^2.2.1",
"pako": "^1.0.6",
"request": "^2.85.0",
"socks-proxy-agent": "^4.0.1",
"string-hash": "^1.1.3",
"url": "^0.11.0",
"ws": "^4.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-counter": "^1.0.0",
"codacy-coverage": "^2.1.1",
"codecov": "^3.0.0",
"coveralls": "^3.0.0",
"eslint": "^4.19.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.3.0"
}
}