forked from dutu/poloniex-api-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 694 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 694 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
{
"name": "poloniex-api-node",
"version": "1.0.2",
"description": "simple node.js wrapper for Poloniex REST API",
"main": "./lib/poloniex.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "https://github.com/dutu/poloniex-api-node.git"
},
"keywords": [
"api",
"bitcoin",
"poloniex",
"btc",
"eth"
],
"author": "Adrian Clinciu <adrian.clinciu@outlook.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dutu/poloniex-api-node/issues"
},
"homepage": "https://github.com/dutu/poloniex-api-node",
"dependencies": {
"nonce": "1.x.x",
"request": "2.x.x",
"debug": "2.x.x"
},
"devDependencies": {
}
}