-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 849 Bytes
/
package.json
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
{
"name": "minet.co-2017",
"version": "1.0.0",
"description": "Official website for MINET X 2018",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MINETCode/minet.co-2017.git"
},
"author": "MINET",
"license": "ISC",
"bugs": {
"url": "https://github.com/MINETCode/minet.co-2017/issues"
},
"homepage": "https://github.com/MINETCode/minet.co-2017#readme",
"dependencies": {
"body-parser": "^1.17.2",
"connect-mongo": "^1.3.2",
"express": "^4.15.3",
"express-session": "^1.15.5",
"gravatar": "^1.6.0",
"mongoose": "^4.11.5",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pug": "^2.0.0-rc.2"
}
}