-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.15 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
46
{
"name": "fullstack",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"eventproxy": "*",
"ejs": "~0.8.5",
"ejs-mate": "^2.0.0",
"express": "~4.9.0",
"lodash": "^2.4.1",
"marked": "~0.3.2",
"mongoose": "*",
"morgan": "~1.3.0",
"validator": "^3.19.0",
"multiline": "^1.0.0",
"serve-favicon": "~2.1.3",
"passport": "*",
"passport-local": "*",
"connect-flash": "*",
"express-session": "*",
"connect-mongo": "^0.4.1",
"utility": "1.0.0",
"moment": "^2.8.3",
"multer": "*",
"gulp": "~3.9.0",
"MD5": "*",
"cors": "*",
"randomstring": "*",
"aws-sdk": "latest",
"email-validator": "1.0.3",
"imagemagick": "*",
"node-uuid": "*",
"easyimage": "*",
"aws-sdk": "*",
"sanitize-html": "*",
"mongoose-paginate": "*",
"compression": "*",
"nodeunit": "*"
}
}