forked from CJ8664/wolfpool
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 928 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 928 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
35
36
37
38
39
{
"name": "wolfpool",
"description": "A simple webapplication to help plan rides",
"version": "0.0.1",
"private": true,
"license": "Apache-2.0",
"author": "SENG",
"repository": {
"type": "git",
"url": "https://github.com/CJ8664/wolfpool.git"
},
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"express-sessions": "^1.0.6",
"express-validator": "^5.0.1",
"geolib": "^2.0.24",
"haversine-distance": "^1.1.3",
"jquery": "^3.3.1",
"json": "^9.0.6",
"md5": "^2.2.1",
"mongodb": "^3.0.2",
"mongoose": "^5.0.8",
"node-mailjet": "^3.2.1",
"node-schedule": "^1.3.0",
"popper.js": "^1.12.9",
"validator": "^9.4.0"
}
}