-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
82 lines (82 loc) · 2.19 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "ico-automation-dashboard",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "pm2 start ./bin/www --name MyContract",
"dev": "nodemon ./bin/www",
"pm2": "pm2 start ./bin/www"
},
"dependencies": {
"app-root-path": "^2.1.0",
"axios": "^0.18.0",
"base64-stream": "^0.1.3",
"bcrypt-nodejs": "0.0.3",
"bitcoin-transaction": "^1.1.1",
"bitcoinjs-lib": "^4.0.2",
"bluebird": "^3.5.2",
"coinpayments": "^2.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"crypto-balances": "^2.1.3",
"datauri": "^1.1.0",
"dataurl": "^0.1.0",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"ejs": "~2.5.7",
"ejs-mate": "^2.3.0",
"ethereumjs-tx": "^1.3.7",
"ethereumjs-wallet": "0.6.2",
"events": "^3.0.0",
"express": "4.16.0",
"express-session": "^1.15.6",
"express-toastr": "^2.0.2",
"express-validator": "5.3.0",
"file-type": "10.1.0",
"force": "0.0.3",
"fs": "0.0.1-security",
"helmet": "3.14.0",
"helmet-csp": "^2.7.1",
"http-errors": "~1.6.2",
"image-data-uri": "^1.1.1",
"intuit-oauth": "^1.1.3",
"ipfs-http-client": "^30.1.1",
"is-image": "^2.0.0",
"jsonwebtoken": "^8.3.0",
"keythereum": "^1.0.4",
"localStorage": "^1.0.3",
"lodash": "^4.17.20",
"mongoose": "^5.2.7",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"nedb-core": "^3.0.6",
"node-base64-image": "^1.0.5",
"node-binance-api": "^0.8.2",
"nodemailer": "^4.6.8",
"nodemon": "^1.18.3",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"paypal-rest-sdk": "^1.8.1",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"pull-file-reader": "^1.0.2",
"qrcode": "^1.2.2",
"qrcode-generator": "^1.4.0",
"react": "^16.5.1",
"read-chunk": "^3.0.0",
"sequelize": "^4.38.0",
"sequelize-auto-migrations": "^1.0.2",
"sequelize-cli": "^5.5.1",
"sleep": "^5.2.3",
"solc": "0.4.25",
"w": "^1.1.0",
"web3": "1.0.0-beta.36",
"winston": "^3.1.0"
}
}