-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 836 Bytes
/
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
{
"name": "ccxt-server",
"version": "1.0.1",
"description": "CCXT Node.js REST Server",
"main": "index.js",
"dependencies": {
"ccxt": "^1.11",
"express": "^4.16.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"ccxt-server": "bin/ccxt-server.js"
},
"bin": {
"ccxt-server": "bin/ccxt-server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpakus/ccxt-server.git"
},
"keywords": [
"ccxt",
"cryptocurrency",
"btc",
"eth",
"ltc",
"usdt",
"crypto"
],
"author": "Ibragimov \"MpaK\" Renat <renat@aomega.co> (http://aomega.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpakus/ccxt-server/issues"
},
"homepage": "https://github.com/mpakus/ccxt-server#readme"
}