-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 925 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
{
"name": "international-inc-web",
"version": "1.0.0",
"description": "International Inc Web Page",
"main": "app.js",
"dependencies": {
"express": "^4.20.0",
"jquery": "^3.6.0",
"patternfly": "^3.59.5",
"string-replace-middleware": "^1.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jbossdemocentral/3scaleworkshop-wwwpage.git"
},
"keywords": [
"3scale",
"security",
"demo",
"oidc",
"openid",
"connect"
],
"author": "Red Hat",
"contributors": [
{
"name": "Hugo Guerrero"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jbossdemocentral/3scaleworkshop-wwwpage/issues"
},
"homepage": "https://github.com/jbossdemocentral/3scaleworkshop-wwwpage#readme"
}