-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (41 loc) · 1021 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
{
"name": "OpenShift-Sample-App",
"version": "1.0.0",
"description": "OpenShift Sample Application",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "OpenShift",
"email": "ramr@example.org",
"url": "http://openshift.redhat.com/"
},
"homepage": "http://openshift.redhat.com/",
"repository": {
"type": "git",
"url": "https://gitub.com/openshift/crankcase"
},
"engines": {
"node": ">= 0.6.0",
"npm": ">= 1.0.0"
},
"dependencies": {
"mongoskin": ">= 0.0.0",
"mongodb": ">= 0.0.0",
"express": ">= 2.0.0",
"underscore": ">= 1.3.0",
"pipette": ">= 0.8.0",
"handlebars": ">= 0.0.0",
"winston": ">= 0.2.0"
},
"devDependencies": {
"mocha" : ">= 0.0.0",
"node-inspector" : "x.x.x"
},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}