forked from Tridius1/Lunchtime_Code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 873 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
33
34
35
36
37
38
39
{
"name": "Lunchtime",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"test": "mocha"
},
"author": "Thomas Payne",
"license": "ISC",
"engines": {
"node": "8.0.0"
},
"dependencies": {
"axios": "^0.16.2",
"body-parser": "^1.18.3",
"chai": "^4.2.0",
"client-sessions": "^0.8.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"express-validator": "^5.3.0",
"https": "^1.0.0",
"json-query": "^2.2.2",
"method-override": "^3.0.0",
"mocha": "^5.2.0",
"pg-promise": "^8.5.3",
"request": "^2.88.0",
"supertest": "^3.3.0"
},
"devDependencies": {
"nodemon": "^1.18.8"
}
}