-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.38 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "comp308-w2017-midterm",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node server.js"
},
"dependencies": {
"body-parser": "~1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"express-session": "^1.15.1",
"mongoose": "^4.8.1",
"morgan": "~1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0"
},
"engines": {
"node": ">=6.0.0",
"npm": ">=3.5.0"
},
"description": "## Welcome to the MidTerm Project - the Favourite Book List App",
"main": "server.js",
"devDependencies": {
"@types/body-parser": "0.0.33",
"@types/bootstrap": "^3.3.32",
"@types/connect-flash": "0.0.31",
"@types/cookie-parser": "^1.3.30",
"@types/express": "^4.0.35",
"@types/express-session": "0.0.32",
"@types/jquery": "^2.0.40",
"@types/mongoose": "^4.7.5",
"@types/morgan": "^1.7.32",
"@types/node": "^7.0.5",
"@types/passport": "^0.3.3",
"@types/passport-local": "^1.0.29",
"@types/passport-local-mongoose": "^4.0.8"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"NodeJS",
"ExpressJS",
"EJS"
],
"author": "Seth Kaminski",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": ""
}