forked from blockchainedindia/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 968 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": "^2.1.4",
"aws-sdk": "^2.7.20",
"bcrypt": "^3.0.6",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": ">=2.6.9",
"express": "~4.13.1",
"express-session": "^1.14.2",
"fcm-node": "^1.0.16",
"fs": "0.0.1-security",
"mime": "^1.3.4",
"moment": "^2.17.1",
"morgan": "~1.9.1",
"multer": "^1.2.1",
"nodemailer": "^2.7.0",
"nodemailer-ses-transport": "^1.5.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"redis": "^2.6.3",
"sequelize": "^5.15.1",
"sequelize-cli": "^2.1.0",
"serve-favicon": "~2.3.0",
"swig": "^1.4.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"browser-sync": "2.9.6",
"gulp": "^3.9.0",
"gulp-jshint": "^1.11.2",
"gulp-nodemon": "^2.0.4",
"jshint-stylish": "^2.0.1"
}
}