-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1 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
{
"name": "makehub",
"version": "1.0.0",
"description": "Github for maker projects",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Thibaut Labarre",
"email": "asimov4@gmail.com",
"url": "http://www.openshift.com/"
},
"homepage": "http://www.openshift.com/",
"repository": {
"type": "git",
"url": "https://github.com/openshift/origin-server"
},
"engines": {
"node": ">= 0.10.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"async": "~0.2.8",
"ejs": "~0.8.4",
"ejs-locals": "~1.0.2",
"express": "~3.4.4",
"github": "^0.2.4",
"i18n-2": "^0.4.6",
"merge-descriptors": "^1.0.0",
"mime": "^1.3.4",
"newrelic": "~1.4.0",
"pagedown": "^1.1.0",
"passport": "^0.2.2",
"passport-github": ">= 0.0.0",
"restler": "~3.2.0",
"socket.io": "~0.9.14",
"underscore": "~1.5.2"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}