-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1014 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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"ejs": "^2.6.1",
"ejs-mate": "^2.3.0",
"elasticsearch": "^15.1.1",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-flash-messages": "^0.1.1",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"hbs": "^4.0.1",
"mongoosastic": "^4.4.1",
"mongoose": "^5.3.3",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"multer-storage-cloudinary": "^2.2.1",
"nodemon": "^1.18.4",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"stripe": "^6.12.1"
}
}