-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
49 lines (49 loc) · 1.2 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "coinpusher",
"version": "1.0.0",
"description": "real-time cryptocurrency course prediction with charts front-end",
"main": "index.js",
"scripts": {
"start": "node index.js",
"explore": "node explore.js",
"bitcoin": "DEBUG=coinpusher:* node index.js bitcoin",
"ethereum": "DEBUG=coinpusher:* node index.js ethereum",
"litecoin": "DEBUG=coinpusher:* node index.js litecoin"
},
"author": "Christian Fröhlingsdorf <[email protected]>",
"license": "MPL-2.0",
"dependencies": {
"async": "^2.5.0",
"bluebird": "^3.5.0",
"debug": "^3.0.1",
"express": "^4.15.4",
"moment": "^2.18.1",
"neataptic": "^1.4.4",
"node-bitstamp": "^1.1.1",
"synaptic": "^1.1.2",
"uuid": "^3.1.0",
"uws": "^8.14.1"
},
"keywords": [
"real-time",
"cryptocurrency",
"bitstamp",
"neuronal",
"network",
"lstm",
"prediction",
"charts",
"live",
"trades",
"trade",
"bot"
],
"repository": {
"type": "git",
"url": "git+https://github.com/krystianity/coinpusher.git"
},
"bugs": {
"url": "https://github.com/krystianity/coinpusher/issues"
},
"homepage": "https://github.com/krystianity/coinpusher#readme"
}