-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.35 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
52
53
54
55
{
"name": "ien",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./server/bin/www",
"migrate": "node_modules/.bin/sequelize db:migrate",
"test": "mocha ./server/views/pages/test"
},
"dependencies": {
"aws-sdk": "^2.659.0",
"bcrypt": "^4.0.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "~1.19.0",
"cookie-parser": "~1.4.5",
"csvtojson": "^2.0.10",
"debug": "~4.1.1",
"dotenv": "^8.2.0",
"ejs-locals": "^1.0.2",
"express": "~4.17.1",
"express-session": "^1.17.1",
"fcm-node": "^1.5.2",
"fs": "0.0.2",
"google-auth-library": "^6.0.0",
"googleapis": "^49.0.0",
"jsonwebtoken": "^8.5.1",
"mime": "^2.4.4",
"moment": "^2.24.0",
"morgan": "~1.10.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.6",
"nodemailer-ses-transport": "^1.5.1",
"npm": "^6.14.4",
"pg": "^8.0.2",
"pg-hstore": "^2.3.3",
"redis": "^3.0.2",
"request": "^2.88.2",
"request-promise": "^4.2.5",
"sequelize": "^5.21.6",
"sequelize-cli": "^5.5.1",
"serve-favicon": "~2.5.0",
"swig": "^1.4.2",
"uuid": "^7.0.3"
},
"devDependencies": {
"browser-sync": "2.26.7",
"chai": "^4.2.0",
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-nodemon": "^2.5.0",
"jshint-stylish": "^2.2.1",
"uglify-js": "^3.9.1"
}
}