forked from gekkowarez/gekkoga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 769 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
{
"name": "gekkoga",
"version": "2.0.0",
"description": "GA for Gekko",
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no test specified\\\" && ../../btc-buddy/node_modules/exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gekkowarez/gekkoga.git"
},
"keywords": [
"gekkoga"
],
"author": "gekkowarez",
"license": "MIT",
"bugs": {
"url": "https://github.com/gekkowarez/gekkoga/issues"
},
"homepage": "https://github.com/gekkowarez/gekkoga#readme",
"dependencies": {
"async": "^2.6.0",
"commander": "^2.11.0",
"flat": "^4.0.0",
"fs-extra": "^4.0.2",
"nodemailer": "^4.4.1",
"random-ext": "^2.6.1",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}