forked from waxmihs2902/genesis
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 948 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
{
"dependencies": {
"ascii-table": "0.0.9",
"ascii-text-generator": "1.0.5",
"async": "2.6.0",
"async-for": "2.0.0",
"babel-polyfill": "6.26.0",
"bignumber.js": "^4.0.4",
"bluebird": "3.5.1",
"chalk": "2.4.0",
"checksum": "0.1.1",
"cli-table": "^0.3.1",
"eosjs-ecc": "3.0.2",
"ethereumjs-util": "5.1.2",
"hi-base32": "0.5.0",
"json-to-csv": "github:dskvr/json-to-csv",
"jsontocsv": "0.3.0",
"md5": "2.2.1",
"mysql2": "1.5.3",
"mysqldump": "1.4.2",
"node-mysql-backup": "^1.0.1",
"nodemon": "1.17.3",
"optimist": "0.6.1",
"pretty-ms": "3.0.1",
"prompt": "1.0.0",
"redis": "2.8.0",
"require-injector": "3.1.6",
"sequelize": "4.37.7",
"sha256": "0.2.0",
"shutdown-handler": "1.0.1",
"sql2csv": "1.3.0",
"web3": "github:dskvr/web3.js#1.0"
},
"devDependencies": {},
"scripts": {},
"engines": {
"node": ">= 6.0.0"
}
}