-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 970 Bytes
/
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
{
"name": "blockchainedindia",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./server/bin/www"
},
"dependencies": {
"async": "^3.2.3",
"aws-sdk": "^2.1066.0",
"bcrypt": "^5.0.1",
"body-parser": "~1.19.1",
"cookie-parser": "~1.4.6",
"debug": ">=4.3.3",
"express": "~4.17.2",
"express-session": "^1.17.2",
"fcm-node": "^1.6.1",
"fs": "0.0.1-security",
"mime": "^3.0.0",
"moment": "^2.29.1",
"morgan": "~1.10.0",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"nodemailer-ses-transport": "^1.5.1",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"redis": "^4.0.2",
"sequelize": "^6.15.0",
"sequelize-cli": "^6.4.1",
"serve-favicon": "~2.5.0",
"swig": "^1.4.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"browser-sync": "2.27.7",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-nodemon": "^2.5.0",
"jshint-stylish": "^2.2.1"
}
}