-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 836 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 836 Bytes
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
{
"name": "blog",
"version": "1.0.0",
"description": "My blog site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"emgines":{
"node":"8.9.x",
"npm":""
},
"author": "Karthick",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"consolidate": "^0.15.0",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"ejs": "^2.5.7",
"express": "^4.16.3",
"express-session": "^1.15.6",
"gridfs-stream": "^1.1.1",
"hbs": "^4.0.1",
"method-override": "^2.3.10",
"mongoose": "^5.0.10",
"morgan": "^1.9.1",
"multer": "^1.3.0",
"multer-gridfs-storage": "^3.0.0",
"mustache": "^2.3.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
}
}