-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 901 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 901 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": "node-yunbi",
"version": "0.1.0",
"description": "Node SDK for Yunbi",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"cov": "./node_modules/.bin/nyc ./node_modules/.bin/mocha",
"cov-report": "./node_modules/.bin/nyc --reporter=html ./node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SuperDBJ/node-yunbi.git"
},
"keywords": [
"CoinQuant",
"Yunbi"
],
"author": "CoinQuant",
"license": "MIT",
"bugs": {
"url": "https://github.com/SuperDBJ/node-yunbi/issues"
},
"homepage": "https://github.com/SuperDBJ/node-yunbi#readme",
"dependencies": {
"lodash": "^4.17.4",
"moment": "^2.18.1",
"urllib": "^2.22.0",
"winston": "^2.3.1"
},
"devDependencies": {
"chai": "^4.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.4.2",
"nyc": "^11.0.3"
}
}