-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.16 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
{
"name": "icebreaker",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"@ethoprotocol/sdk": "0.0.2",
"@octokit/core": "^3.4.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^4.3.1",
"btoa": "^1.2.1",
"check-cert-expiration": "^3.1.0",
"coinmarketcap-api": "^3.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"email-templates": "^7.1.0",
"express": "~4.16.1",
"express-messages": "^1.0.1",
"express-session": "^1.16.2",
"express-validator": "^6.4.0",
"follow-redirects": "^1.13.2",
"git-stats": "^2.11.0",
"googleapis": "^89.0.0",
"got": "^11.8.2",
"http-errors": "~1.6.3",
"jquery": "^3.5.1",
"jsdom": "^16.5.3",
"morgan": "~1.9.1",
"mysql": "^2.17.1",
"nodemailer": "^6.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"ping": "^0.4.1",
"popper.js": "^1.15.0",
"pug": "2.0.0-beta11",
"puppeteer": "^9.1.1",
"snekfetch": "^4.0.4",
"tabletojson": "^2.0.6",
"web3": "^1.2.11",
"webticker": "^3.0.0",
"winston": "^3.2.1"
}
}