-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "OpenShift-Sample-App",
"version": "0.5.0",
"description": "My name is Chad March and this site is my portfolio that documents my skills as well as my past and current projects.",
"keywords": [
"Chad March",
"Portfolio",
"Resume",
"openshift"
],
"author": {
"name": "Chad March",
"email": "[email protected]",
"url": "http://www.chadmarchpdx.com/"
},
"homepage": "http://www.chadmarchpdx.com/",
"repository": {
"type": "git",
"url": "https://github.com/marchchad/chadmarchpdx"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 1.0.0"
},
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "~1.13.2",
"connect-mysql": "^2.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-mysql-session": "^0.4.4",
"express-session": "^1.13.0",
"helmet": "^1.1.0",
"jade": "~1.11.0",
"jsonwebtoken": "^5.7.0",
"morgan": "~1.6.1",
"mysql": "~2.9.0",
"passport": "^0.3.2",
"passport-local": "1.x",
"passport.socketio": "^3.6.1",
"requirejs": "^2.1.20",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.6"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true
}