-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (49 loc) · 1.07 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
{
"name": "coding-blog",
"version": "1.1.0",
"description": "A Blog for learning code",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "haind",
"email": "[email protected]",
"url": "http://openshift.redhat.com/"
},
"homepage": "http://openshift.redhat.com/",
"repository": {
"type": "git",
"url": "https://github.com/haingdc/codingblog.git"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 1.2.0"
},
"dependencies": {
"config-multipaas": "^0.1.0",
"restify": "^2.8.3",
"express": "~4.10.6",
"body-parser": "~1.10.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.5.1",
"serve-favicon": "~2.2.0",
"debug": "~2.1.1",
"ejs": "~1.0.0",
"mongodb": "2.0.39",
"express-session": "1.9.1",
"connect-mongo": "0.8.1",
"connect-flash": "0.1.1",
"markdown": "0.5.0",
"multer": "0.1.6"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"scripts": {
"start": "node server.js"
},
"main": "server.js"
}