-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (43 loc) · 993 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
44
45
46
{
"name": "OpenShift-Sample-App",
"version": "1.0.0",
"description": "OpenShift Sample Application",
"keywords": [
"OpenShift",
"Node.js",
"application",
"openshift"
],
"author": {
"name": "OpenShift",
"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": {
"angular": "^1.5.7",
"angular-bootstrap": "^0.12.2",
"angular-cookies": "^1.5.7",
"angular-toastr": "^2.1.1",
"angular-ui-bootstrap": "^1.3.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.6",
"express": "^4.14.0",
"http-proxy": "^1.15.2",
"json2xls": "^0.1.2",
"mongoose": "^4.5.5",
"morgan": "^1.7.0"
},
"devDependencies": {},
"bundleDependencies": [],
"private": true,
"main": "server.js"
}