-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1011 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1011 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
40
41
42
43
44
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^2.0.1",
"bcryptjs": "^2.3.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "^2.4.2",
"exec": "^0.2.1",
"express": "~4.13.1",
"express-session": "^1.13.0",
"firebase": "^3.4.0",
"jade": "~1.11.0",
"mongoose": "^4.4.20",
"morgan": "~1.6.1",
"nodemailer": "^2.5.0",
"nodemailer-sendgrid-transport": "^0.2.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.72.0",
"serve-favicon": "~2.3.0"
},
"author": {
"name": "OpenShift",
"email": "ramr@example.org",
"url": "http://www.openshift.com/"
},
"homepage": "http://www.openshift.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"main": "./bin/www"
}