-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.65 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.65 KB
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
{
"name": "ModCon",
"version": "0.0.1",
"author": "NTU-SRS Lab",
"description": "Model based testing platforms for Smart Contracts",
"keywords": [
"node.js",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/ntu-SRSLab/ModCon.git"
},
"scripts": {
"start": "node index.js"
},
"license": "MIT",
"contributors": [
{
"name": "Ye Liu",
"email": "liuye5@live.com"
},
{
"name": "Yi Li",
"email": "yi_li@ntu.edu.sg"
}
],
"dependencies": {
"@truffle/contract": "^4.1.10",
"@xstate/test": "^0.4.0",
"aa": "^0.1.40",
"abi-decoder": "^2.3.0",
"async": "^2.6.3",
"body-parser": "^1.19.0",
"crypto-random-string": "^3.2.0",
"ejs": "^2.7.1",
"express": "^4.17.1",
"get-line-from-pos": "^1.0.0",
"google-protobuf": "^3.0.0",
"hex2ascii": "0.0.3",
"locks": "^0.2.2",
"lodash": "^4.6.1",
"minimist": "^1.2.6",
"multer": "^1.4.2",
"power-assert": "^1.6.1",
"sha3": "^2.1.2",
"shelljs": "^0.8.4",
"socket.io": "^2.3.0",
"socketio-file-upload": "^0.7.2",
"solc-0.4.15": "npm:solc@^0.4.15",
"solc-0.4.25": "npm:solc@^0.4.25",
"solc-0.5.0": "npm:solc@^0.5.0",
"solc-latest": "npm:solc@^0.5.2",
"sprintf-js": "^1.1.2",
"truffle": "^4.1.10",
"truffle-contract": "^3.0.7",
"web3": "^1.2.0",
"web3-eth-abi": "^1.2.2",
"web3-vultron": "npm:web3@^0.20.6",
"web3j-api": "file:connection/fisco/web3j-api",
"xstate": "^4.9.1"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "^6.22.0",
"babel-preset-power-assert": "^1.0.0",
"babel-preset-stage-2": "^6.18.0",
"babel-preset-stage-3": "^6.17.0",
"solc": "0.4.26"
}
}