-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
executable file
·51 lines (51 loc) · 1.06 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
{
"name": "Vultron",
"version": "0.0.1",
"author": "NTU-SRS Lab",
"description": "Vulnerability Detection for Smart Contracts",
"keywords": [
"node.js",
"javascript"
],
"repository": {
"type": "git",
"url": "https://github.com/ntu-SRSLab/vultron.git"
},
"license": "MIT",
"contributors": [
{
"name": "Ye Liu",
"email": "[email protected]"
},
{
"name": "Yi Li",
"email": "[email protected]"
}
],
"scripts": {
"start": "node index.js"
},
"dependencies": {
"async": "^2.6.3",
"body-parser": "^1.19.0",
"multer": "^1.4.2",
"ejs": "^2.7.1",
"express": "^4.17.1",
"get-line-from-pos": "^1.0.0",
"locks": "^0.2.2",
"power-assert": "^1.6.1",
"web3": "^1.2.2",
"web3-eth-abi": "^1.2.2",
"truffle": "^5.0.42",
"truffle-contract": "^4.0.31",
"web3j-api": "file:connection/fisco/web3j-api"
},
"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"
}
}