-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 790 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 790 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
{
"name": "TeamFreeHugsWebsite",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.13.2",
"colors": "^1.1.2",
"compression": "latest",
"connect-mongo": "0.8.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"emailjs": "1.0.0",
"errorhandler": "1.4.2",
"express": "~4.13.1",
"express-session": "1.11.3",
"jade": "~1.11.0",
"jsdom": "latest",
"kerberos": "0.0.17",
"md5": "^2.0.0",
"merge-descriptors": "^1.0.0",
"moment": "2.10.3",
"mongodb": "^2.0.47",
"morgan": "~1.6.1",
"nodemailer": "^1.10.0",
"request": "latest",
"serve-favicon": "~2.3.0",
"smtp-server": "^1.7.1",
"stylus": "0.42.3",
"ws": "latest"
}
}