-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.76 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.76 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "1.0.0",
"private": true,
"version": "0.0.0",
"description": "CRE8.CAPITAL LLC",
"keywords": [
"FINANCE",
"CAPITAL",
"INTELLIGENCE"
],
"dependencies": {
"@tensorflow/tfjs-node": "^0.1.21",
"async": "^2.6.1",
"bcryptjs": "^2.4.3",
"bollinger-bands": "^3.0.1",
"ccxt": "^1.17.569",
"coininfo": "^2.2.0",
"coinkey": "^2.0.0",
"crypto-exchange": "^3.0.2",
"csv-write-stream": "^2.0.0",
"ejs": "^2.6.1",
"exponential-moving-average": "^1.0.0",
"fft-js": "0.0.11",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-html2js": "^0.7.1",
"grunt-sync": "^0.8.2",
"handlebars": "^4.5.3",
"holtwinters": "0.0.1",
"include-all": "^4.0.3",
"mailgun-js": "^0.20.0",
"moving-averages": "^4.0.5",
"nostradamus": "^0.1.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"poloniex-api-node": "^1.9.0",
"prerender-node": "^3.2.5",
"promise-ftp": "^1.3.5",
"q": "^1.5.1",
"regression": "^2.0.1",
"request": "^2.88.0",
"sails-hook-grunt": "^4.0.1",
"sails-hook-orm": "^2.1.1",
"sails-hook-sockets": "^2.0.0",
"sails-mongo": "^1.0.1",
"synaptic": "^1.1.4",
"tulind": "^0.8.18",
"validator": "^9.4.1",
"ws": "^1.0.1"
},
"optionalDependencies": {
"bufferutil": "^1.0.0",
"utf-8-validate": "^2.0.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/troverman/investingfor.git"
},
"author": "Trevor Overman | NOVO | CRE8",
"license": ""
}