forked from dscotese/kraka-djs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 737 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 737 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
{
"author": {
"name": "Robert Myers",
"url": "https://github.com/nothingisdead"
},
"bugs": {
"url": "https://github.com/dscotese/kraka-djs/issues",
"email": "btc_dealer@litmocracy.com"
},
"contributors": ["Dave Scotese"],
"dependencies": {
"got": "^12.0.3",
"qs": "^6.10.3"
},
"description": "kraken.com API client library for NodeJS",
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/dscotese/kraka-djs#readme",
"keywords": [
"kraken",
"api",
"btc",
"bitcoin"
],
"license": "MIT",
"main": "kraken.js",
"name": "kraka-djs",
"repository": {
"type": "git",
"url": "git+https://github.com/dscotese/kraka-djs.git"
},
"version": "1.0.2"
}