-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "ecommerce-nodejs",
"version": "1.0.0",
"main": "server.js",
"bin": {
"ionicFood": "express.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"bulma": "^0.7.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"consolidate": "^0.15.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.5",
"csrf": "^3.0.6",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"flash": "^1.1.0",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.4.0",
"localtoken": "^0.1.2",
"md5": "^2.2.1",
"mongodb": "^3.1.10",
"mongoose": "^5.3.13",
"node-sessionstorage": "^1.0.0",
"nodemon": "^1.18.9",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./src/app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}