forked from Asimov4/makehub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (40 loc) · 872 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
39
40
41
42
43
{
"name": "makehub",
"version": "1.0.0",
"description": "Github for maker projects",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "Thibaut Labarre",
"email": "[email protected]",
"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"
},
"dependencies": {
"express": "~3.4.4",
"async": "~0.2.8",
"socket.io": "~0.9.14",
"ejs": "~0.8.4",
"passport": ">= 0.0.0",
"passport-github": ">= 0.0.0",
"restler": "~3.2.0",
"ejs-locals": "~1.0.2",
"underscore": "~1.5.2"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}