-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 886 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
{
"name": "me",
"version": "1.0.0",
"description": "my personal website",
"main": "app.js",
"engines": {
"node": "8.9.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"author": "Cary Conklin",
"license": "ISC",
"dependencies": {
"async": "^2.6.1",
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-sanitizer": "^1.0.3",
"express-session": "^1.15.6",
"force-ssl-heroku": "^1.0.2",
"method-override": "^2.3.10",
"moment": "^2.20.1",
"mongoose": "^5.0.3",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-linkedin": "^1.0.0",
"passport-linkedin-oauth2": "^1.5.0",
"passport-oauth2": "^1.4.0",
"semantic-ui": "^2.3.1",
"underscore": "^1.8.3"
}
}