-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 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
{
"name": "TFH",
"version": "2.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"compression": "^1.6.2",
"connect-mongo": "^1.2.1",
"cookie-parser": "~1.3.5",
"csurf": "^1.9.0",
"debug": "~2.2.0",
"express": "^4.14.0",
"express-minify": "^0.2.0",
"express-minify-html": "^0.9.0",
"express-rate-limit": "^2.6.0",
"express-session": "^1.13.0",
"formidable": "^1.0.17",
"helmet": "^3.1.0",
"md5": "^2.1.0",
"mongodb": "^2.1.18",
"morgan": "~1.6.1",
"nodemailer": "^2.7.0",
"nodemailer-sendmail-transport": "^1.0.0",
"pug": "latest",
"request": "^2.79.0",
"serve-favicon": "~2.3.0",
"stylus": "latest",
"websocket": "latest"
},
"description": "The Team Free Hugs Website",
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/TeamFreeHugs/TFHWebSite2.0.git"
},
"author": "Eyeballcode",
"bugs": {
"url": "https://github.com/TeamFreeHugs/TFHWebSite2.0/issues"
},
"homepage": "https://github.com/TeamFreeHugs/TFHWebSite2.0#readme"
}