-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
88 lines (88 loc) · 2.39 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
83
84
85
86
87
88
{
"name": "saito",
"version": "2.0.0",
"description": "big-data blockchain",
"main": "start.js",
"scripts": {
"start": "NODE_ENV=dev node start.js",
"serve": "NODE_ENV=prod node --max_old_space_size=4144 start.js",
"nuke": " cd scripts/ && ./compile nuke",
"compile": " cd scripts/ && ./compile",
"test": "NODE_ENV=test mocha 'tests/*.spec.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SaitoTech/saito.git"
},
"author": "",
"license": "private",
"bugs": {
"url": "https://github.com/SaitoTech/saito/issues"
},
"homepage": "https://github.com/SaitoTech/saito#readme",
"dependencies": {
"axios": "^0.18.0",
"base-58": "0.0.1",
"big.js": "5.1.2",
"bignumber": "^1.1.0",
"bignumber.js": "^8.0.1",
"bitwise-xor": "^0.0.0",
"bloom-filter": "^0.2.0",
"bluebird": "3.5.1",
"body-parser": "1.18.3",
"browserify": "^16.2.3",
"chess.js": "^0.10.2",
"chessboardjs": "^0.0.1",
"color-hash": "^1.0.3",
"crx": "^3.2.1",
"crypto-browserify": "^3.12.0",
"dotenv": "^8.1.0",
"ethereumjs-util": "^5.2.0",
"ethereumjs-wallet": "^0.6.2",
"express": "4.16.3",
"express-fileupload": "0.4.0",
"fastest-stable-stringify": "^2.0.2",
"firebase-admin": "^7.0.0",
"fs-extra": "7.0.0",
"h2m": "^0.7.0",
"image-resolver": "0.6.1",
"jimp": "0.3.9",
"jquery-emoji-picker": "^0.2.2",
"jquery-mobile": "^1.5.0-alpha.1",
"linkifyjs": "^2.1.7",
"markdown": "0.5.0",
"marked": "^0.7.0",
"master": "^1.0.1",
"merkle-tree-gen": "1.1.0",
"mousetrap": "^1.6.3",
"nativefier": "^7.6.8",
"node-cryptojs-aes": "0.4.0",
"node-emoji": "^1.10.0",
"numeral": "^2.0.6",
"os-emoji-picker": "^1.1.4",
"preview-link": "^2.0.1",
"request": "2.88.0",
"rm-emoji-picker": "^0.4.0",
"sanitize-html": "^1.20.1",
"secp256k1": "^3.5.0",
"sha256": "0.2.0",
"shashmap": "^1.0.8",
"shelljs": "0.8.2",
"socket.io": "2.1.1",
"sqlite": "2.9.2",
"twilio": "^3.33.3",
"url-parse": "1.4.3",
"uuid": "^3.3.2",
"web3": "^1.0.0-beta.36",
"web3-utils": "^1.0.0-beta.36",
"winston": "3.0.0",
"winston-daily-rotate-file": "3.3.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"babelify": "^10.0.0",
"chai": "4.1.2",
"mocha": "5.2.0"
}
}