forked from garvitkhamesra/eCommerece
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 933 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
{
"name": "ecommerece",
"version": "1.0.0",
"description": "A shopping website.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/www"
},
"author": "garvitkhamesra",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"bcrypt": "^1.0.3",
"body-parser": "~1.18.2",
"compression": "^1.7.1",
"connect-busboy": "0.0.2",
"connect-mongo": "^2.0.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "~4.15.5",
"express-fileupload": "^0.3.0",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"helmet": "^3.9.0",
"moment": "^2.19.3",
"mongoose": "^4.13.6",
"morgan": "~1.9.0",
"multer": "^1.3.0",
"path": "^0.12.7",
"pug": "~2.0.0-beta11",
"serve-favicon": "~2.4.5",
"validator": "^9.2.0"
},
"devDependencies": {
"nodemon": "^1.12.5"
}
}