-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.1 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "coinbase-pro-api",
"version": "1.0.2",
"description": "lightweight coinbase pro api implementation",
"main": "index.js",
"config": {
"coinbase_pro_api_hostname": "api.pro.coinbase.com",
"coinbase_pro_api_sandbox_hostname": "api-public.sandbox.pro.coinbase.com"
},
"standard": {
"global": [
"test"
]
},
"dependencies": {},
"devDependencies": {
"m.test": "0.0.57",
"m.uuid": "^1.0.0",
"nock": "^10.0.5"
},
"scripts": {
"node": "node",
"test": "m.test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ivoputzer/coinbase-pro-api.git"
},
"keywords": [
"coinbase",
"pro",
"exchange",
"api",
"gdax",
"secure",
"request",
"signature",
"http",
"https",
"client",
"real-time",
"trading"
],
"author": "Ivo von Putzer Reibegg <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ivoputzer/coinbase-pro-api/issues"
},
"homepage": "https://github.com/ivoputzer/coinbase-pro-api#readme",
"directories": {
"test": "test"
}
}