-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 884 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
{
"name": "marketplace",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"algoliasearch": "^3.32.0",
"async": "^2.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"eslint": "^5.10.0",
"express": "^4.15.2",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.2",
"hbs": "^4.0.1",
"mongoose": "^4.9.4",
"mongoose-algolia": "^1.7.1",
"mongoose-deep-populate": "^3.1.1",
"morgan": "^1.8.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport.socketio": "^3.7.0",
"socket.io": "^1.7.3",
"stripe": "^4.25.0"
}
}