-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1016 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
38
39
40
41
42
43
44
45
46
47
{
"name": "gordon-gecko",
"version": "0.1.0",
"description": "Arbitrage crypto and fiat currencies",
"respository": "",
"license": "private",
"author": "$NAME",
"dependencies": {
"async": "*",
"dotenv": "^1.1.0",
"express-winston": "0.3.1",
"fixed-array": "^1.0.0",
"gdax": "^0.7.0",
"influx": "^5.0.7",
"minimist": "^1.2.0",
"optimist": "^0.6.1",
"pusher-js": "^4.2.2",
"request": "*",
"stats-lite": "^2.1.0",
"statsd-client": "^0.2.4",
"sugar": "~1.4.1",
"underscore": "*",
"winston": "1.0.1",
"winston-papertrail": "1.0.1",
"yargs": "^3.32.0"
},
"engines": {
"node": ">=4.2"
},
"private": true,
"scripts": {
"start": "$NODE_HOME/bin/node --harmony main.js",
"run": "$NODE_HOME/bin/node --harmony main.js"
},
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"semi": 2
}
}
}