-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 749 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 749 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
{
"name": "PEPL",
"author": "Moe Szyslak <moe.duffdude@gmail.com>",
"description": "Prediction English Premier League",
"version": "0.0.1",
"repository": "https://github.com/moeduffdude/pepl",
"main": "app.js",
"dependencies": {
"body-parser": "1.10.x",
"compression": "1.2.x",
"connect": "3.3.x",
"connect-pg-simple": "2.1.x",
"cookie-parser": "1.3.x",
"csurf": "1.6.x",
"express": "4.10.x",
"express-session": "1.9.x",
"moment": "^2.8.4",
"morgan": "1.5.x",
"nodemailer": "1.3.x",
"pg": "4.0.x",
"serve-favicon": "2.1.x",
"sessionstore": "1.0.x",
"socket.io": "1.2.x",
"socket.io-handshake": "0.0.x"
},
"engines": {
"node": "0.10.32",
"npm": "1.4.28"
}
}