forked from gahu/infocryptology
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 819 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 819 Bytes
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
{
"name": "contract",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"alert-node": "^1.2.1",
"async": "^2.6.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "^2.6.1",
"express": "~4.16.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"ganache-cli": "^6.1.3",
"http-errors": "~1.6.2",
"jade": "~1.11.0",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"promise": "^8.0.1",
"pug": "^2.0.3",
"sequelize": "^4.37.10",
"sequelize-import": "^1.2.1",
"serve-favicon": "^2.5.0",
"solc": "^0.4.24",
"web3": "^0.20.6"
}
}