-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 818 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
{
"name": "nodejs-4-stable-Sample",
"version": "1.0.0",
"description": "OpenShift Node.js 4 Stable Application",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift",
"express"
],
"author": {
"name": "Andrea Tarquini",
"email": "[email protected]",
"url": "https://blog.h4t0n.com"
},
"homepage": "http://blog.h4t0n.com",
"repository": {
"type": "git",
"url": "https://github.com/h4t0n/nodejs-4-lts-openshift.git"
},
"engines": {
"node": ">= 4.2.1",
"npm": ">= 1.0.0"
},
"dependencies": {
"body-parser": "^1.14.1",
"express": "^4.13.3",
"jade": "^1.11.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"debug": "^2.2.0"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}