forked from christian-posta/kubernetes-lab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 793 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
{
"name": "frontend",
"version": "1.0.0",
"description": "Frontend for Greeting and Helloworld microservices",
"main": "frontend.js",
"scripts": {
"start": "node frontend.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redhat-developer-demos/kubernetes-lab.git"
},
"author": "Red Hat Developers",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/redhat-developer-demos/kubernetes-lab/issues"
},
"homepage": "https://github.com/redhat-developer-demos/kubernetes-lab#readme",
"dependencies": {
"body-parser": "^1.15.1",
"bootstrap": "~3.3.5",
"express": "^4.13.4",
"jquery": "~2.1.4",
"patternfly": "^3.3.3",
"request": "^2.72.0"
},
"optionalDependencies": {
"phantomjs": "~1.9"
}
}